diff options
author | Michael Miday <midaym@gmail.com> | 2015-09-16 06:24:17 +0200 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-09-17 18:37:29 +0200 |
commit | cd97d591ebd030906939b75425ab45e38e59eba4 (patch) | |
tree | bfb39094cbbe15ab75154ff4d09c642f9994fdd3 /phpBB/styles/prosilver/template/navbar_header.html | |
parent | 32868a6f87df771a6c537c2d8b6f433663f2aa53 (diff) | |
download | forums-cd97d591ebd030906939b75425ab45e38e59eba4.tar forums-cd97d591ebd030906939b75425ab45e38e59eba4.tar.gz forums-cd97d591ebd030906939b75425ab45e38e59eba4.tar.bz2 forums-cd97d591ebd030906939b75425ab45e38e59eba4.tar.xz forums-cd97d591ebd030906939b75425ab45e38e59eba4.zip |
[ticket/12769] Fix dropdown styling
Diffstat (limited to 'phpBB/styles/prosilver/template/navbar_header.html')
-rw-r--r-- | phpBB/styles/prosilver/template/navbar_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index 66d42cd848..b7ae33ce39 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -3,11 +3,11 @@ <ul id="nav-main" class="linklist bulletin" role="menubar"> - <div class="dropdown hidden"> <li id="quick-links" class="quick-links dropdown-container<!-- IF not S_DISPLAY_QUICK_LINKS and not S_DISPLAY_SEARCH --> hidden<!-- ENDIF -->" data-skip-responsive="true"> <a href="#" class="dropdown-trigger"> <i class="icon fa-bars fa-fw"></i><span>{L_QUICK_LINKS}</span> </a> + <div class="dropdown"> <div class="pointer"><div class="pointer-inner"></div></div> <ul class="dropdown-contents" role="menu"> <!-- EVENT navbar_header_quick_links_before --> |