forked from github/pelican
Add a "wide" css for notmyidea.org theme
This commit is contained in:
parent
6589e122d8
commit
bab39c9800
4 changed files with 27 additions and 2 deletions
23
pelican/themes/notmyidea/css/wide.css
Normal file
23
pelican/themes/notmyidea/css/wide.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue