1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-26 17:04:07 +00:00

removed border from last menu item

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40520
This commit is contained in:
Ismael Carnales 2008-12-16 16:55:29 +00:00
parent f3d6d71150
commit ed93eec374

View File

@ -6,7 +6,15 @@ 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; }
h1, h2 { font-size:200%; color:#331f0a; margin:0.6em 0pt; font-weight:normal;}
h1, h2 { color:#331f0a; font-weight:normal;}
h1 {
font-size: 200%;
margin: 0 0 .6em 0;
}
h2 {
font-size: 150%;
margin: .6em 0;
}
blockquote { padding:0px 15px; color:#5b1111; font-size:125%; margin:0;}
p { line-height:1.5em; }
@ -14,11 +22,20 @@ p { line-height:1.5em; }
#header h1 { background:url('../images/logo.jpg') no-repeat left top ; text-indent: -5000px; width:545px; height:65px }
#container { width:820px; margin:42px auto 0; }
#content { clear:left; margin-top:10px; }
#left-column { float:left; width:525px; margin-right:20px}
#right-column { float:left; width:274px; margin-top:25px}
#left-column {
width:525px;
float:left;
margin: 25px 20px 0 0;
}
#right-column {
width:274px;
float:left;
margin: 25px 0 0;
}
ul#navigation { list-style-type:none; margin:0 0 18px -12px; padding:0;}
ul#navigation li { float:left; padding:0 10px; font-size:130%; border-right:1px solid #e57919; }
ul#navigation li.last { border-right:none; }
ul#navigation li a { text-decoration:none; border-bottom:1px solid #ffca9b; color:#e57919;}
ul#navigation li a:hover { color:#c35012; border-bottom:1px solid #ef994c}