Changeset - b296fc9557e7
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 13 years ago 2010-10-04 02:57:17
bkuhn@ebb.org
Don't select a font.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -7,13 +7,13 @@ body { margin: 0; padding: 0; }
 
p, h1, h2, h3, h4, h5, h6, #mainContent ul, #mainContent ol {
 
  margin-top: 1em;
 
  margin-bottom: 1em;
 
}
 

	
 
body {
 
  font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
 
/*  font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif; */
 
  font-size: 95%;
 
}
 

	
 
a { text-decoration: none; color: #146624; }
 
a:hover { text-decoration: underline; color: #665f14; }
 

	
0 comments (0 inline, 0 general)