css: Center horizontal rules in frontpage columns.
This commit is contained in:
parent
a3737e9955
commit
4409ac089a
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue