Changeset - 4409ac089ae2
[Not reviewed]
0 1 0
Brett Smith (brett) - 7 years ago 2016-12-31 04:12:09
brett@sfconservancy.org
css: Center horizontal rules in frontpage columns.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -257,7 +257,7 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 

	
 
.column h2 { font-size: 1.25em; }
 
.column h3 { font-size: 1.1em; }
 
.column hr { width: 50%; align: center; }
 
.column hr { width: 50%; margin-left: auto; margin-right: auto; }
 

	
 
.column h2 a { text-decoration: none; color: #000000; }
 
.column h2 a:hover { text-decoration: underline; }
0 comments (0 inline, 0 general)