1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-05 05:55:15 +02:00

[ticket/12011] Separate the navbar bullet points from the text.

PHPBB3-12011
This commit is contained in:
Cesar G 2013-11-08 19:53:21 -08:00
parent be38a67768
commit 6b746ef029

View File

@ -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 {