@@ -161,7 +161,7 @@ $cols-header-font-weight: $cols-header-font-weight;
// special case
header {
- h2, h3 {
+ h2 {
color: $content-h1-color;
}
@@ -20,6 +20,8 @@ ul.dropdown-menu li {
ul.dropdown-displayed {
+ display: flex;
+ flex-direction: column;
ul.dropdown-right {
@@ -79,6 +79,11 @@ ul.dropdown-menu li {
padding: 12px 16px;
+ul.dropdown-displayed {
+}
+
top: 0;
left: 100%;
@@ -362,7 +367,7 @@ ul.dropdown-left {
padding: 0 2em;
min-width: 600px;
-.centralcol header h2, .centralcol header h3 {
+.centralcol header h2 {
color: #4facc6;
color: #097f9a;
color: #04a04c;
color: #8c8c8c;
color: #0aa5ec;
color: #dd453f;
color: #e4611b;
color: #a5377e;
color: #df0009;
@@ -174,7 +174,7 @@ $(document).ready(function(){
// Automatically open popups if they have the display-modal class
// (the only/dirty way I found to force the opening of the popups is to trgigger the click on the link...)
- $('a.trigger-on-load').trigger('click');
+ $('.trigger-on-load').trigger('click');
});