diff options
author | Vitaly Takmazov | 2018-04-07 19:44:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-04-07 19:48:21 +0300 |
commit | ed3109727f6f68024b9738eeea2945e2d24b0f03 (patch) | |
tree | edef27d5ee6045e39d1a92e694eef69c4e3a8ea6 /juick-www | |
parent | 202843062f9ea05a7af401fe68b1934c36966c4e (diff) |
www: navigation fixes, next
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/src/main/assets/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/juick-www/src/main/assets/style.css b/juick-www/src/main/assets/style.css index 54d73b48..9e3b2c70 100644 --- a/juick-www/src/main/assets/style.css +++ b/juick-www/src/main/assets/style.css @@ -177,7 +177,11 @@ body > header { #global li { display: inline-block; } +#ctitle a { + padding: 14px; +} #global li:hover, +#ctitle a:hover, .l a:hover { background-color: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); |