From 4241171947ad32eb1013fd5da69ec034e444c985 Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Tue, 25 Nov 2008 17:42:10 +0000 Subject: [PATCH] style h1s --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40424 --- sites/scrapy.org/static/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/scrapy.org/static/style/style.css b/sites/scrapy.org/static/style/style.css index 09181dbc0..b6ed80983 100644 --- a/sites/scrapy.org/static/style/style.css +++ b/sites/scrapy.org/static/style/style.css @@ -6,7 +6,7 @@ body { margin:0; padding:0; background:url('../images/main-bg.jpg') repeat-x lef a { color:#6e0909; text-decoration:none; border-bottom:1px solid #d78888;} a:hover { color:#f99800; border-bottom:1px solid #f7b7b7; } .clear { clear:both; overflow:hidden; } -h2 { font-size:200%; color:#331f0a; margin:0.6em 0pt; font-weight:normal;} +h1, h2 { font-size:200%; color:#331f0a; margin:0.6em 0pt; font-weight:normal;} blockquote { padding:0px 15px; color:#5b1111; font-size:125%; margin:0;} p { line-height:1.5em; }