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%; padding-right: 2%;
text-align: right; text-align: right;
width: 22%; width: 22%;
margin-right: -1px;
} }
#content { #content {
border-left: solid 1px #999;
float: right; float: right;
padding: 0 2%; padding: 0 2%;
width: 78%; width: 78%;

View File

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

View File

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