1
0
Fork 0
forked from github/pelican

Add a "wide" css for notmyidea.org theme

This commit is contained in:
Alexis Metaireau 2010-11-18 03:33:57 +00:00
commit bab39c9800
4 changed files with 27 additions and 2 deletions

View file

@ -0,0 +1,23 @@
@import url("main.css");
body {
font:1.3em/1.3 "Hoefler Text","Georgia",Georgia,serif,sans-serif;
}
.body, #banner nav, #banner nav ul, #about, #featured, #content{
width: inherit;
}
#banner nav {
-moz-border-radius: 0px;
margin-bottom: 0px;
}
#featured, #extras {
padding: 50px;
}
#extras {
padding-top: 0px;
padding-bottom: 0px;
}