From 9527fcd19c74c8807e965c20a02080ae2a51e42e Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Thu, 20 Dec 2012 04:41:03 +0000 Subject: [PATCH] Attempt to prevent title text overlapping with the header image (though second line sits behind the menu...) --- i2p2www/static/styles/duck.css | 1 + 1 file changed, 1 insertion(+) diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css index 1230a230a..c80d0dc0b 100644 --- a/i2p2www/static/styles/duck.css +++ b/i2p2www/static/styles/duck.css @@ -22,6 +22,7 @@ div#branding {width:80%; /*margin:1em auto;*/ margin: 1em auto 0; position:relat font-family:"URW Gothic L", "Century Gothic", sans-serif; text-transform:uppercase; font-size:3.5em; font-weight:bold; text-shadow:1px 1px 1px rgba(0,0,0,.2); color:#333333; position:absolute; top:0; right:0; line-height:41px; vertical-align:middle; + max-width: 70%; text-align: right; } div.navigation {position:relative;} -- GitLab