summaryrefslogtreecommitdiff
path: root/themes/clouds/css-2.0.0/style.css
diff options
context:
space:
mode:
authormakitso <makitso@gmail.com>2017-09-22 14:00:22 -0700
committermakitso <makitso@gmail.com>2017-09-22 14:00:22 -0700
commitd1e8dc315a7aafe3f8fb44a19aa42c231de92c23 (patch)
tree8009ac7ecb71ceb78c69d4a679b477bb137d4f8a /themes/clouds/css-2.0.0/style.css
parentac436577f4b633ece2a4f7e43e7f893818d66916 (diff)
downloadwebtrees-d1e8dc315a7aafe3f8fb44a19aa42c231de92c23.tar.gz
webtrees-d1e8dc315a7aafe3f8fb44a19aa42c231de92c23.tar.bz2
webtrees-d1e8dc315a7aafe3f8fb44a19aa42c231de92c23.zip
Correct css validation errors
Diffstat (limited to 'themes/clouds/css-2.0.0/style.css')
-rwxr-xr-xthemes/clouds/css-2.0.0/style.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/themes/clouds/css-2.0.0/style.css b/themes/clouds/css-2.0.0/style.css
index f7b5b8fc22..cac7026afb 100755
--- a/themes/clouds/css-2.0.0/style.css
+++ b/themes/clouds/css-2.0.0/style.css
@@ -319,7 +319,7 @@ a > .wt-icon-arrow-up:hover::before {
.wt-site-title {
order: 1;
- flex: 1 1 fit-content;
+ flex: 1 1 0;
font-size: 1.5rem;
}
@@ -333,7 +333,7 @@ a > .wt-icon-arrow-up:hover::before {
.wt-secondary-navigation {
order: 2;
- flex: 0 0 fit-content;
+ flex: 0 0 0;
white-space: nowrap;
}
@@ -2988,12 +2988,11 @@ div.faq_body {
}
.nav .dropdown-item {
-background: #fff;
-color: black;
+ background: #fff;
+ color: black;
}
.nav .dropdown-item:focus, .nav .dropdown-item:hover {
-background: #f7f7f9;
-color: #ldlelf;
+ background-color: #f7f7f9;
}
/* Sidebar*/