Browse Source

minor fixes

master
Ben Kurtovic 12 years ago
parent
commit
047932f077
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      _layouts/home.html
  2. +1
    -1
      _layouts/post.html
  3. +1
    -1
      _posts/2011-08-05-earwigbot-progress-wiki-toolset.md
  4. +1
    -1
      css/main.css

+ 1
- 1
_layouts/home.html View File

@@ -3,7 +3,7 @@ layout: base
---

<div id="header">
<h1 id="header">Hi, I'm <span class="color-highlight">Earwig</span>!</h1>
<h1 id="head">Hi, I'm <span class="color-highlight">Earwig</span>!</h1>
</div>
<div id="content">
<table>


+ 1
- 1
_layouts/post.html View File

@@ -3,7 +3,7 @@ layout: base
---

<div id="header">
<h1 id="header"><a class="incognito" href="/">{{ page.title }}</a></h1>
<h1 id="head"><a class="incognito" href="/">{{ page.title }}</a></h1>
</div>
<div id="content">
<div id="post-info" class="description">


+ 1
- 1
_posts/2011-08-05-earwigbot-progress-wiki-toolset.md View File

@@ -1,6 +1,6 @@
---
layout: post
title: EarwigBot Progress&colon; Wiki Toolset
title: EarwigBot Progress&#58; Wiki Toolset
description: YAWTF (Yet Another Wiki Tools Framework, or Yet Another... WTF?)
---



+ 1
- 1
css/main.css View File

@@ -66,7 +66,7 @@ td.dark-l { background-color: #DADADA; }
td.light-r { background-color: #F7F7F7; }
td.dark-r { background-color: #E5E5E5; }

h1#header {
h1#head {
margin-top: 0px;
padding-top: 0px;
margin-bottom: 0px;


Loading…
Cancel
Save