diff options
author | Cesar G <prototech91@gmail.com> | 2013-11-08 19:53:21 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-01-17 19:19:22 -0800 |
commit | 6b746ef0299848d07e2a46bfd1ff2cdc851df436 (patch) | |
tree | bf18a5dc648899822359b117324df7f525d368fd /phpBB/styles | |
parent | be38a677689ba9cd26693b4c5a7f1b4c5b3348c8 (diff) | |
download | forums-6b746ef0299848d07e2a46bfd1ff2cdc851df436.tar forums-6b746ef0299848d07e2a46bfd1ff2cdc851df436.tar.gz forums-6b746ef0299848d07e2a46bfd1ff2cdc851df436.tar.bz2 forums-6b746ef0299848d07e2a46bfd1ff2cdc851df436.tar.xz forums-6b746ef0299848d07e2a46bfd1ff2cdc851df436.zip |
[ticket/12011] Separate the navbar bullet points from the text.
PHPBB3-12011
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index b43f65d9bf..25430bb17a 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -90,6 +90,13 @@ text-align: left; } +/* Bulletin icons for list items +----------------------------------------*/ +.rtl ul.linklist.bulletin li:before { + padding-left: 4px; + padding-right: 0; +} + /* Dropdown menu ---------------------------------------- */ .rtl .dropdown-container.topic-tools { |