Browse Source

Centered primary menu and fixed borders and backgrounds

main
Kenneth John Odle 3 years ago
parent
commit
50d0159d56
  1. 7
      style.css
  2. 3
      styles/menus.css

7
style.css

@ -71,6 +71,7 @@ pre {
width: 80%;
background: #ffffff;
padding: 20px;
border-bottom: solid 0.15em #ddd;
}
#sidebar {
@ -103,13 +104,9 @@ body > footer {
}
body > header {
border-bottom: solid 1px #444;
background: #ffffff;
}
body > footer {
border-top: solid 1px #444;
}
/**********************************/
@ -147,10 +144,8 @@ body > footer {
nav#top-menu,
nav#primary-menu {
background: #fafafa;
font-size: 0.9em;
z-index: 100;
width: 50%; /* Need to set this via a variable */
margin: 0 auto;
}

3
styles/menus.css

@ -392,7 +392,8 @@
#belowheadermenu {
font-family: serif;
background: #fff;
border-top: solid 1px #333;
border-top: solid 0.15em #ddd;
border-bottom: solid 0.15em #ddd;
width: 50%;
margin: 0 auto;
}

Loading…
Cancel
Save