summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-16 15:30:51 +0100
committerAndrew Dolgov <[email protected]>2005-10-16 15:30:51 +0100
commitb3a9daddcc2f01efff61e1bcd5c4898aaf9e7ee6 (patch)
treec35ce50d91d538e6cd2893ca8a4d9cca30eab8f8 /tt-rss.css
parenta516aa6d28bd3077a83eb67cd33b699e55c92dc2 (diff)
move logo to the left, fix small layout issue
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/tt-rss.css b/tt-rss.css
index fb8f5548d..2a9af4ae6 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;