diff options
author | Michael Miday <midaym@gmail.com> | 2015-10-11 13:55:39 +0200 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-11-11 09:26:50 +0100 |
commit | 0e22521aab03a429b224fed99144c3c3a9a25771 (patch) | |
tree | d4fdfff1655398d1712f61d78bfbef9c9bd9e7b7 | |
parent | 6806c20bce1eedeee6daafe466e2801c7508fcad (diff) | |
download | forums-0e22521aab03a429b224fed99144c3c3a9a25771.tar forums-0e22521aab03a429b224fed99144c3c3a9a25771.tar.gz forums-0e22521aab03a429b224fed99144c3c3a9a25771.tar.bz2 forums-0e22521aab03a429b224fed99144c3c3a9a25771.tar.xz forums-0e22521aab03a429b224fed99144c3c3a9a25771.zip |
[ticket/14229]topictitle should be inline
PHPBB3-14229
-rw-r--r-- | phpBB/styles/prosilver/theme/links.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index 02a4ae73a0..a018bbc792 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/prosilver/theme/links.css @@ -73,6 +73,7 @@ a.topictitle { font-size: 1.2em; font-weight: bold; text-decoration: none; + display: inline; } a.topictitle:hover { |