mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:28:55 +00:00
Merge pull request #6694 from danieltj27/ticket/17373
[ticket/17373] Remove extra separator and change all separators to solid lines
This commit is contained in:
commit
abd1db9451
2 changed files with 1 additions and 2 deletions
|
@ -69,7 +69,6 @@
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<li class="separator"></li>
|
|
||||||
|
|
||||||
{% EVENT navbar_header_quick_links_after %}
|
{% EVENT navbar_header_quick_links_after %}
|
||||||
|
|
||||||
|
|
|
@ -560,7 +560,7 @@ a.header-avatar img {
|
||||||
line-height: normal !important;
|
line-height: normal !important;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
border-top: 1px dotted transparent;
|
border-top: 1px solid transparent;
|
||||||
display: list-item;
|
display: list-item;
|
||||||
float: none !important;
|
float: none !important;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue