Touching up navbar styles

This commit is contained in:
Bill Niblock 2015-03-08 17:29:41 -04:00
parent 03fced3e59
commit 925f005ed0

View file

@ -91,6 +91,7 @@ header {
position: absolute; top: 12%; bottom: 18%; left: 0px; right: 0px; position: absolute; top: 12%; bottom: 18%; left: 0px; right: 0px;
list-style: none; list-style: none;
margin: 10px; margin: 10px;
color: darkgrey;
} }
#navigation a:link,a:visited,a:focus { #navigation a:link,a:visited,a:focus {
@ -103,6 +104,7 @@ header {
#navigation li { #navigation li {
padding: 15px 10px; padding: 15px 10px;
font-weight: bold;
} }
#navigation #projects { #navigation #projects {
@ -111,10 +113,12 @@ header {
#projects li { #projects li {
padding: 10px; padding: 10px;
font-weight: normal;
} }
#projects div { #projects div {
text-align: center; text-align: center;
font-size: 0.9em;
} }
#navigation #posts { #navigation #posts {
@ -123,6 +127,11 @@ header {
#posts li { #posts li {
padding: 10px; padding: 10px;
font-weight: normal;
}
#posts a {
font-style: italic;
} }
#bar #footer { #bar #footer {