Mercurial > wikked
changeset 481:9791b8d8157a
web: Remove body padding, let the menu icon float over the page.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 16 Oct 2018 22:06:45 -0700 |
parents | 9767980cd8c3 |
children | e350d1043fc2 |
files | wikked/assets/css/wikked/nav.less |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/wikked/assets/css/wikked/nav.less Tue Oct 16 22:06:11 2018 -0700 +++ b/wikked/assets/css/wikked/nav.less Tue Oct 16 22:06:45 2018 -0700 @@ -7,13 +7,13 @@ .wrapper { transition: padding 200ms ease-in-out 0s; - padding-left: @wiki-shortcut-width; + padding-left: 0; } .wrapper.wiki-menu-active { padding-left: @wiki-menu-width !important; } .wrapper.wiki-menu-inactive { - padding-left: @wiki-shortcut-width !important; + padding-left: 0 !important; } .wiki-menu-a { @@ -110,7 +110,7 @@ line-height: 1em; font-weight: bold; color: @body-bg; - background: @color-gray-dark; + background: fade(@color-gray-dark, 90%); text-decoration: none; cursor: pointer; }