From f4bbc5ce041a902499cd4a764e1d2167683aee83 Mon Sep 17 00:00:00 2001 From: Zach Hall <zach@sosguy.net> Date: Sun, 7 Mar 2010 10:10:00 -0800 Subject: [PATCH] Fixed a few theme glitches... everything should left-align now. --- themes/lite/layout.class.php | 2 +- themes/lite/style.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/lite/layout.class.php b/themes/lite/layout.class.php index b8947ef8..a0e37dcd 100644 --- a/themes/lite/layout.class.php +++ b/themes/lite/layout.class.php @@ -26,7 +26,7 @@ class Layout { $menu = "<div class='menu'> <script type='text/javascript' src='$data_href/themes/$theme_name/wz_tooltip.js'></script> - <a href='".make_link()."' onmouseover='Tip('Home', BGCOLOR, '#C3D2E0', FADEIN, 100)' onmouseout='UnTip()'><img src='http://localhost/favicon.ico' style='position: relative; top: 3px;'></a> + <a href='".make_link()."' onmouseover='Tip('Home', BGCOLOR, '#C3D2E0', FADEIN, 100)' onmouseout='UnTip()'><img src='$data_href/favicon.ico' style='position: relative; top: 3px;'></a> <b>{$site_name}</b> "; // Custom links: These appear on the menu. diff --git a/themes/lite/style.css b/themes/lite/style.css index d7a4450a..4a12642f 100644 --- a/themes/lite/style.css +++ b/themes/lite/style.css @@ -276,7 +276,6 @@ UL { } #body TABLE { width: 90%; - margin: auto; }