fold some nav/style menu styles into header
unnecessarily duplicated now that I have div.header, and also useful for when I start the error handling pages
This commit is contained in:
parent
c1801b0086
commit
411ecebbc6
@ -35,13 +35,10 @@ a:hover, a:active {
|
||||
div.header {
|
||||
background: #222;
|
||||
border-bottom: 1px solid #222;
|
||||
}
|
||||
|
||||
div.nav, div.styles {
|
||||
color: #BBB;
|
||||
}
|
||||
|
||||
div.nav a, div.styles a {
|
||||
div.header a {
|
||||
color: #BBB;
|
||||
}
|
||||
|
||||
|
@ -35,13 +35,10 @@ a:hover, a:active {
|
||||
div.header {
|
||||
background: #EEE;
|
||||
border-bottom: 1px solid #CCC;
|
||||
}
|
||||
|
||||
div.nav, div.styles {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
div.nav a, div.styles a {
|
||||
div.header a {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
@ -66,14 +66,11 @@ a:active {
|
||||
div.header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
div.nav, div.styles {
|
||||
font-size: 0.75em;
|
||||
padding: 0.25em 0.5em;
|
||||
}
|
||||
|
||||
div.nav a, div.styles a {
|
||||
div.header a {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user