mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 07:35:39 +01:00
b43564cb29
git-svn-id: http://svn.automattic.com/wordpress/trunk@3 1a063a9b-81f0-0310-95a4-ce76da25c4cd
21 lines
596 B
CSS
21 lines
596 B
CSS
body {
|
|
font-family: serif; font-size: 11pt;;
|
|
}
|
|
#header, H3, H4, storyTitle {
|
|
margin: 0px 0px 0.5in; width: auto;
|
|
font-weight: bold; border: none;
|
|
}
|
|
#main {
|
|
float: none; margin: 0px 10%; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto
|
|
}
|
|
#content {
|
|
margin: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto
|
|
}
|
|
#header, H3, H4, storyTitle {
|
|
margin: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto;
|
|
font-weight: bold; border: none;
|
|
}
|
|
#menu {
|
|
display: none;
|
|
}
|