Make the toggle-controls look like clickable <a> tags.

This commit is contained in:
Bradley M. Kuhn 2013-04-30 22:29:12 -04:00
parent 772cc17e18
commit 23d2d8cad1

View file

@ -20,6 +20,12 @@ body {
a { text-decoration: none; color: #557733; }
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; }
h2 { margin-top: .75em; margin-bottom: .5em; }
h3 { margin-top: .6em; margin-bottom: .4em; }
@ -273,4 +279,4 @@ body.conservancy-campaign #navbar ul li.campaign a
font-size: 12px;
}
.clickable {cursor: pointer;}