Centered primary menu and fixed borders and backgrounds

This commit is contained in:
Kenneth John Odle 2021-08-01 15:44:01 -04:00
parent 29eadc0c3a
commit 50d0159d56
2 changed files with 3 additions and 7 deletions

View File

@ -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;
}

View File

@ -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;
}