websites.concatenative: navbar background.
parent
d0d46c3dff
commit
ca3551a9d4
|
@ -43,6 +43,7 @@ tr:hover {
|
|||
padding-bottom: 10px;
|
||||
line-height: 150%;
|
||||
border-bottom: 1px solid #ccc;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
padding-bottom: 10px;
|
||||
line-height: 150%;
|
||||
border-bottom: 1px solid #ccc;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
|
@ -57,7 +58,7 @@
|
|||
|
||||
h2 {
|
||||
padding: 10px;
|
||||
background-color: #f5f5f5;
|
||||
background-color: #f3f2ea;
|
||||
color: #222;
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,6 @@
|
|||
margin-right: -15px;
|
||||
margin-bottom: -15px;
|
||||
border-top: 1px solid #ccc;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.description {
|
||||
|
|
|
@ -63,6 +63,7 @@ a:hover, .link:hover { text-decoration: underline; }
|
|||
padding-bottom: 10px;
|
||||
line-height: 150%;
|
||||
border-bottom: 1px solid #ccc;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.navbar a, .navbar .link {
|
||||
|
|
Loading…
Reference in New Issue