diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-09-25 22:03:01 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-09-25 22:03:01 +0200 |
commit | 573c2af33681ca104666eda87eaab5d7acb1a8fe (patch) | |
tree | de15c42ed5f1b8e493554f83896b95d8c4dbafd0 /phpBB/styles | |
parent | b703d1e8df5e325862ba8cd5f30c693f123b832f (diff) | |
parent | 71ac6ab2b87ec1d606d5669b930ac4c7164e9b11 (diff) | |
download | forums-573c2af33681ca104666eda87eaab5d7acb1a8fe.tar forums-573c2af33681ca104666eda87eaab5d7acb1a8fe.tar.gz forums-573c2af33681ca104666eda87eaab5d7acb1a8fe.tar.bz2 forums-573c2af33681ca104666eda87eaab5d7acb1a8fe.tar.xz forums-573c2af33681ca104666eda87eaab5d7acb1a8fe.zip |
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/cp.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css index d3699c3012..014bb91e7a 100644 --- a/phpBB/styles/prosilver/theme/cp.css +++ b/phpBB/styles/prosilver/theme/cp.css @@ -110,7 +110,7 @@ ul.cplist { } #tabs .tab, #minitabs .tab { - display: inline-block; + display: block; float: left; font-size: 1em; font-weight: bold; |