Skip to content
Snippets Groups Projects
Commit 952af895 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #891668 by David_Rothstein: remove CSS for the secondary menu block...

- Patch #891668 by David_Rothstein: remove CSS for the secondary menu block from Bartik, since the block/menu doesn't exist anymore.
parent 6789c8dc
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -39,26 +39,22 @@ ul.tips { ...@@ -39,26 +39,22 @@ ul.tips {
} }
/* Menus when in the header region. */ /* Menus when in the header region. */
#header div.block-menu, #header div.block-menu,
#header div#block-system-main-menu, #header div#block-system-main-menu {
#header div#block-system-secondary-menu {
float: right; float: right;
} }
#header .block-menu li a, #header .block-menu li a,
#header #block-system-main-menu li a, #header #block-system-main-menu li a {
#header #block-system-secondary-menu li a {
float: right; float: right;
border-left: 1px solid #555; border-left: 1px solid #555;
border-right: none; border-right: none;
} }
#header .block-menu li.first a, #header .block-menu li.first a,
#header #block-system-main-menu li.first a, #header #block-system-main-menu li.first a {
#header #block-system-secondary-menu li.first a {
padding-right: 0; padding-right: 0;
padding-left: 12px; padding-left: 12px;
} }
#header .block-menu li.last a, #header .block-menu li.last a,
#header #block-system-main-menu li.last a, #header #block-system-main-menu li.last a {
#header #block-system-secondary-menu li.last a {
padding-left: 0; padding-left: 0;
padding-right: 12px; padding-right: 12px;
border-left: none; border-left: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment