From 04c828cdf4065e9f2d13058cbd3575e47256c10a Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Fri, 23 Jul 2010 15:40:07 +0200 Subject: replaced article title h2 by h1 --- fugitive.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'fugitive.css') diff --git a/fugitive.css b/fugitive.css index 12840e0..a03adf2 100644 --- a/fugitive.css +++ b/fugitive.css @@ -43,7 +43,6 @@ header { header h1 { margin: 0 0 0.3em 0; madding: 0; - color: font-size: 2em; font-weight: normal; } @@ -64,7 +63,7 @@ article header { border-style: none; border-bottom: 1px dashed #ccc; } -article header h2 { +article header h1 { margin: 0; padding: 0 0 0.2em 0; font-size: 1.5em; @@ -85,6 +84,8 @@ article > div { line-height: 1.5em; font-size: 1.1em; } +article > div a:hover { text-decoration: underline; } +article > div a:visited { color: #048; } article > div p:first-child:first-letter { font-size: 1.5em; font-weight: bold; @@ -126,8 +127,6 @@ article > div blockquote { article > div blockquote p { margin: 0.5em 0; } -article > div a:hover { text-decoration: underline; } -article > div a:visited { color: #048; } article > div code { color: #ccc; background-color: #333; -- cgit v1.2.3