diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-16 11:14:51 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-16 11:14:51 -0500 |
commit | 25ef4d6f91e7723b0573ecbf66c0109170eae5d0 (patch) | |
tree | d485ad872968a20ef4fb277fcf66f7ba7b1779e8 /phpBB | |
parent | c8b66a26ef4f6ac2a71980c75a13356dcda72dd6 (diff) | |
download | forums-25ef4d6f91e7723b0573ecbf66c0109170eae5d0.tar forums-25ef4d6f91e7723b0573ecbf66c0109170eae5d0.tar.gz forums-25ef4d6f91e7723b0573ecbf66c0109170eae5d0.tar.bz2 forums-25ef4d6f91e7723b0573ecbf66c0109170eae5d0.tar.xz forums-25ef4d6f91e7723b0573ecbf66c0109170eae5d0.zip |
[ticket/11103] Correct some CSS
PHPBB3-11103
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 6e825f82ce..9b2475384e 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -687,7 +687,7 @@ p.rules a { width: 70%; } -.notification_list ul li a span img { +.notification_list ul li span img { float: left; max-width: 50px; max-height: 50px; |