From 29d7e358402e26fa9635bf47243ddfb333cf6738 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 25 Oct 2014 18:24:05 -0700 Subject: [PATCH] #board-list has display:inline, so this has no effect. --- src/General/css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 289c6a7e9..eb5660050 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -201,9 +201,6 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) { border-top: none; border-bottom: 6px solid; } -#board-list { - text-align: center; -} .fixed #header-bar.autohide:not(:hover) { box-shadow: none; transition: all .8s .6s cubic-bezier(.55, .055, .675, .19);