Make the toggle-controls look like clickable <a> tags.
This commit is contained in:
parent
772cc17e18
commit
23d2d8cad1
1 changed files with 7 additions and 1 deletions
|
@ -20,6 +20,12 @@ body {
|
||||||
a { text-decoration: none; color: #557733; }
|
a { text-decoration: none; color: #557733; }
|
||||||
a:hover { text-decoration: underline; color: #577632; }
|
a:hover { text-decoration: underline; color: #577632; }
|
||||||
|
|
||||||
|
.toggle-control {
|
||||||
|
cursor: pointer;
|
||||||
|
text-decoration: none; color: #557733;
|
||||||
|
}
|
||||||
|
.toggle-control:hover { text-decoration: underline; color: #577632; }
|
||||||
|
|
||||||
h1 { margin-top: .75em; margin-bottom: .5em; }
|
h1 { margin-top: .75em; margin-bottom: .5em; }
|
||||||
h2 { margin-top: .75em; margin-bottom: .5em; }
|
h2 { margin-top: .75em; margin-bottom: .5em; }
|
||||||
h3 { margin-top: .6em; margin-bottom: .4em; }
|
h3 { margin-top: .6em; margin-bottom: .4em; }
|
||||||
|
@ -273,4 +279,4 @@ body.conservancy-campaign #navbar ul li.campaign a
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clickable {cursor: pointer;}
|
|
||||||
|
|
Loading…
Reference in a new issue