Changeset - 23d2d8cad116
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 11 years ago 2013-05-01 02:29:12
bkuhn@ebb.org
Make the toggle-controls look like clickable <a> tags.
1 file changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -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;}
 

	
0 comments (0 inline, 0 general)