aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-08-04 11:38:54 +0200
committerGravatar GitHub <noreply@github.com> 2021-08-04 11:38:54 +0200
commit8dc9fde24d665088039407fde2b6807aa89eb659 (patch)
treece7c931cc16ed125637017b137c683c1ec88eb73 /p/themes/base-theme/template.css
parent9219002953ab3eec6c5d27c21cf5d69a1cf36780 (diff)
Install routine freshup (#3721)
* navigation: disable next steps * change icon to full icon (incl. text) * navigation is a ordered list * set mouse title on each navigation item * navigation: next steps in grey italc
Diffstat (limited to 'p/themes/base-theme/template.css')
-rw-r--r--p/themes/base-theme/template.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 45e776c02..8d851d508 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -266,7 +266,8 @@ a.btn {
}
.nav-list .item,
-.nav-list .item > a {
+.nav-list .item > a,
+.nav-list .item > span {
display: block;
overflow: hidden;
white-space: nowrap;
@@ -596,7 +597,6 @@ a.btn {
.header > .item.title .logo {
display: inline-block;
- width: 32px;
height: 32px;
vertical-align: middle;
}