From 8e9f9b8a9c727e0ba67638b961ee84b6c81e8867 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 6 Dec 2018 09:43:41 +0300 Subject: styling and cleanup --- src/main/assets/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 118c752a..45e1722a 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -100,7 +100,7 @@ html { color: #fff; } body > header { - background: #f8f8f8; + background: #f8f8f8; box-shadow: 0 0 3px rgba(0, 0, 0, 0.28); position: fixed; top: 0; @@ -182,7 +182,7 @@ body > header { #global a { color: #88958d; display: inline-block; - padding: 16px 6px; + padding: 14px 6px; border-bottom: 2px solid transparent; } #global li { @@ -191,7 +191,7 @@ body > header { } #ctitle a { padding: 4px 20px; - border-bottom: 2px solid transparent; + border-bottom: 2px solid transparent; } .l a { border-bottom: 2px solid transparent; -- cgit v1.2.3