From 598e662d52afb3b80289390aa4605717ab7cc911 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 13 Feb 2020 19:57:18 +0100 Subject: fixed witdh of 32-bit logo in css --- style/ArchLinux32/archnavbar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'style') diff --git a/style/ArchLinux32/archnavbar.css b/style/ArchLinux32/archnavbar.css index dbfb09e..d7a02ed 100644 --- a/style/ArchLinux32/archnavbar.css +++ b/style/ArchLinux32/archnavbar.css @@ -9,15 +9,15 @@ /* container for the entire bar */ #archnavbar { height: 40px !important; padding: 10px 15px !important; background: #333 !important; border-bottom: 5px #08c solid !important; } -#archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 40px !important; width: 190px !important; } -html > body #archnavbarlogo { background: url('arch32logo.png') no-repeat !important; background-size: 190px 40px !important;} +#archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 40px !important; width: 230px !important; } +html > body #archnavbarlogo { background: url('arch32logo.png') no-repeat !important; background-size: 230px 40px !important;} /* move the heading/paragraph text offscreen */ #archnavbarlogo p { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; } #archnavbarlogo h1 { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; } /* make the link the same size as the logo */ -#archnavbarlogo a { display: block !important; height: 40px !important; width: 190px !important; } +#archnavbarlogo a { display: block !important; height: 40px !important; width: 230px !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; } -- cgit v1.2.3-54-g00ecf