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