From 4409ac089ae2ccbe71a82b7f72d2f5dd1c4ff36f Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Fri, 30 Dec 2016 22:57:14 -0500 Subject: [PATCH] css: Center horizontal rules in frontpage columns. --- www/conservancy/static/css/conservancy.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/conservancy/static/css/conservancy.css b/www/conservancy/static/css/conservancy.css index 4962fca9..55f4b157 100644 --- a/www/conservancy/static/css/conservancy.css +++ b/www/conservancy/static/css/conservancy.css @@ -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; }