forked from github/pelican
23 lines
366 B
CSS
23 lines
366 B
CSS
@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;
|
|
}
|