From 5d35cdcd63003161ddce3e939b4880fc15afafcc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 Jun 2006 08:11:03 +0100 Subject: add old gray logo to old-skool theme --- prefs.php | 4 +++- themes/compat/images/ttrss_logo.png | Bin 0 -> 8580 bytes themes/compat/theme.css | 3 ++- tt-rss.php | 4 +++- 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 themes/compat/images/ttrss_logo.png diff --git a/prefs.php b/prefs.php index aad7691d2..68bc6eb92 100644 --- a/prefs.php +++ b/prefs.php @@ -27,6 +27,8 @@ + + @@ -90,7 +92,7 @@ window.onload = init;
- logo + logo
 
diff --git a/themes/compat/images/ttrss_logo.png b/themes/compat/images/ttrss_logo.png new file mode 100644 index 000000000..02e566d61 Binary files /dev/null and b/themes/compat/images/ttrss_logo.png differ diff --git a/themes/compat/theme.css b/themes/compat/theme.css index 6f6586a4f..d996c4457 100644 --- a/themes/compat/theme.css +++ b/themes/compat/theme.css @@ -14,10 +14,11 @@ table.main td.headerBox { background-repeat : repeat-x; } +/* table.main td.header { padding : 10px 10px 10px 30px; height : 70px; -} +} */ table.main td.mainToolbar { border-width : 0px 0px 0px 0px; diff --git a/tt-rss.php b/tt-rss.php index 2bfd505de..afc8c14ec 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -28,6 +28,8 @@ + + @@ -93,7 +95,7 @@ window.onload = init;
- logo + logo
 
-- cgit v1.2.3