diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-05-23 15:17:47 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-05-23 15:17:47 +0300 |
commit | 0a410c59942096bb1117323b4ff99f84083ccd4e (patch) | |
tree | 6f14bc91a3f37d66adc5c0a4dcadc7909ebd0454 /phpBB/styles/prosilver | |
parent | 110ce809afb1344c189cc8e1c7443d26789f78e3 (diff) | |
download | forums-0a410c59942096bb1117323b4ff99f84083ccd4e.tar forums-0a410c59942096bb1117323b4ff99f84083ccd4e.tar.gz forums-0a410c59942096bb1117323b4ff99f84083ccd4e.tar.bz2 forums-0a410c59942096bb1117323b4ff99f84083ccd4e.tar.xz forums-0a410c59942096bb1117323b4ff99f84083ccd4e.zip |
[ticket/11564] Missing new line in tweaks.css
Missing new line at the end of tweaks.css
PHPBB3-11564
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/theme/tweaks.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css index 9e34ff5af4..ca4e9a23b6 100644 --- a/phpBB/styles/prosilver/theme/tweaks.css +++ b/phpBB/styles/prosilver/theme/tweaks.css @@ -65,4 +65,4 @@ dd.option { .icon-notification { *z-index: 2; -}
\ No newline at end of file +} |