From 3be28d016fb7d9a52366cebe0e61ac9f9e978980 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 27 Nov 2017 16:12:02 +0100 Subject: Sync CSS with archweb This partially fixes FS#56472. Signed-off-by: Lukas Fleischer --- web/html/css/archnavbar/archlogo.png | Bin 4192 -> 5359 bytes web/html/css/archnavbar/archnavbar.css | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'web/html/css/archnavbar') diff --git a/web/html/css/archnavbar/archlogo.png b/web/html/css/archnavbar/archlogo.png index e873e94b..3d2cd40f 100644 Binary files a/web/html/css/archnavbar/archlogo.png and b/web/html/css/archnavbar/archlogo.png differ diff --git a/web/html/css/archnavbar/archnavbar.css b/web/html/css/archnavbar/archnavbar.css index d10c5f52..5a83dfd2 100644 --- a/web/html/css/archnavbar/archnavbar.css +++ b/web/html/css/archnavbar/archnavbar.css @@ -5,7 +5,7 @@ */ /* container for the entire bar */ -#archnavbar { height: 40px !important; padding: 10px 15px !important; background: #333 !important; border-bottom: 5px #08c solid !important; } +#archnavbar { min-height: 40px !important; padding: 10px 15px !important; background: #333 !important; border-bottom: 5px #08c solid !important; } #archnavbarlogo { background: url('archlogo.png') no-repeat !important; } /* move the heading/paragraph text offscreen */ @@ -16,8 +16,8 @@ #archnavbarlogo a { display: block !important; height: 40px !important; width: 190px !important; } /* display the list inline, float it to the right and style it */ -#archnavbar ul { display: inline !important; float: right !important; list-style: none !important; margin: 0 !important; padding: 0 !important; } -#archnavbar ul li { float: left !important; font-size: 14px !important; font-family: sans-serif !important; line-height: 45px !important; padding-right: 15px !important; padding-left: 15px !important; } +#archnavbar ul { display: block !important; list-style: none !important; margin: 0 !important; padding: 0 !important; font-size: 0px !important; text-align: right !important; } +#archnavbar ul li { display: inline-block !important; font-size: 14px !important; font-family: sans-serif !important; line-height: 14px !important; padding: 14px 15px 0px !important; } /* style the links */ #archnavbar ul#archnavbarlist li a { color: #999; font-weight: bold !important; text-decoration: none !important; } -- cgit v1.2.3-24-g4f1b