From: <var...@us...> - 2014-06-04 16:22:24
|
Revision: 8872 http://sourceforge.net/p/phpwiki/code/8872 Author: vargenau Date: 2014-06-04 16:22:20 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Use CSS Modified Paths: -------------- trunk/themes/Crao/templates/navbar.tmpl trunk/themes/Sidebar/templates/debug.tmpl Modified: trunk/themes/Crao/templates/navbar.tmpl =================================================================== --- trunk/themes/Crao/templates/navbar.tmpl 2014-06-04 16:11:00 UTC (rev 8871) +++ trunk/themes/Crao/templates/navbar.tmpl 2014-06-04 16:22:20 UTC (rev 8872) @@ -6,7 +6,7 @@ <input type="hidden" name="pagename" value="<?php echo _("TitleSearch")?>" /> <?php } ?> <div id="navbuttons"> -<table width="fullwidth"> +<table class="fullwidth"> <tr class="middle"><td class="align-left"> <?php echo WikiLink(_("RecentChanges"), "button") ?> <?php if (!empty($revision)) { ?> @@ -15,7 +15,7 @@ <?php echo $SEP?><?php echo Button(_("BackLinks"), _("BackLinks")) ?> <?php } ?> </td> -<td class="align-right" width="150"> +<td class="align-right; width:150px"> <div id="search"> <?php if (!empty($user) && $user->isSignedIn()) { ?> <?php echo WikiLink(_("UserPreferences"),'button',_("Preferences")) ?><?php echo $SEP?> Modified: trunk/themes/Sidebar/templates/debug.tmpl =================================================================== --- trunk/themes/Sidebar/templates/debug.tmpl 2014-06-04 16:11:00 UTC (rev 8871) +++ trunk/themes/Sidebar/templates/debug.tmpl 2014-06-04 16:22:20 UTC (rev 8872) @@ -1,5 +1,5 @@ <?php global $RUNTIMER; ?> -<table width="%100"> +<table class="fullwidth"> <tr><td> <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer"><img id="xhtml" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |