From: Andrew Dolgov Date: Sun, 16 Oct 2005 14:30:51 +0000 (+0100) Subject: move logo to the left, fix small layout issue X-Git-Tag: 1.0.7~48 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b3a9daddcc2f01efff61e1bcd5c4898aaf9e7ee6;p=tt-rss.git move logo to the left, fix small layout issue --- diff --git a/tt-rss.css b/tt-rss.css index fb8f5548..2a9af4ae 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -8,16 +8,19 @@ body { /* common styles */ -table.main td.header { - padding : 10px 10px 10px 50px; - height : 70px; - font-size : 24pt; - font-weight : bold; +table.main td.headerBox { background-image : url("images/vgrad_light_rev2.png"); background-position : top left; background-repeat : repeat-x; } +table.main td.header { + padding : 10px 10px 10px 30px; + height : 80px; + font-size : 24pt; + font-weight : bold; +} + table.main td.mainToolbar { border-width : 0px 0px 0px 0px; border-style : solid; diff --git a/tt-rss.php b/tt-rss.php index b555179d..cc48439f 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -34,7 +34,7 @@ -
+
logo