Adjustments to top and main menus

This commit is contained in:
kjodle 2016-02-15 18:42:30 -05:00
parent 200956e166
commit 22f8139f2e
3 changed files with 2 additions and 3 deletions

View File

@ -77,11 +77,9 @@ pre {
padding-right: 2%;
text-align: right;
width: 22%;
margin-right: -1px;
}
#content {
border-left: solid 1px #999;
float: right;
padding: 0 2%;
width: 78%;

View File

@ -39,6 +39,7 @@
font-family: "IM Fell English", serif;
background: #fff;
border-bottom: solid 1px #ddd;
border-top: solid 1px #ddd;
}
#aboveheadermenu > ul > li {
float: left;

View File

@ -6,7 +6,7 @@
body {
background: #fff;
color: green;
color: brown;
}
body > header {