Fixed a few theme glitches... everything should left-align now.

This commit is contained in:
Zach Hall 2010-03-07 10:10:00 -08:00 committed by Shish
parent 9ca0652c13
commit f4bbc5ce04
2 changed files with 1 additions and 2 deletions

View file

@ -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(&#39;Home&#39;, BGCOLOR, &#39;#C3D2E0&#39;, FADEIN, 100)' onmouseout='UnTip()'><img src='http://localhost/favicon.ico' style='position: relative; top: 3px;'></a>
<a href='".make_link()."' onmouseover='Tip(&#39;Home&#39;, BGCOLOR, &#39;#C3D2E0&#39;, 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.

View file

@ -276,7 +276,6 @@ UL {
}
#body TABLE {
width: 90%;
margin: auto;
}