Centered primary menu and fixed borders and backgrounds
This commit is contained in:
parent
29eadc0c3a
commit
50d0159d56
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user