mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12011] Separate the navbar bullet points from the text.
PHPBB3-12011
This commit is contained in:
parent
be38a67768
commit
6b746ef029
1 changed files with 7 additions and 0 deletions
|
@ -90,6 +90,13 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Bulletin icons for list items
|
||||||
|
----------------------------------------*/
|
||||||
|
.rtl ul.linklist.bulletin li:before {
|
||||||
|
padding-left: 4px;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Dropdown menu
|
/* Dropdown menu
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.rtl .dropdown-container.topic-tools {
|
.rtl .dropdown-container.topic-tools {
|
||||||
|
|
Loading…
Add table
Reference in a new issue