From: <var...@us...> - 2009-10-02 16:06:26
|
Revision: 7176 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7176&view=rev Author: vargenau Date: 2009-10-02 16:06:19 +0000 (Fri, 02 Oct 2009) Log Message: ----------- Move horizontal line from wikitext to editdate class; remove hr; remove unused classes printer and no-css Modified Paths: -------------- trunk/themes/gforge/gforge.css trunk/themes/gforge/templates/browse-footer.tmpl trunk/themes/gforge/templates/editpage.tmpl Modified: trunk/themes/gforge/gforge.css =================================================================== --- trunk/themes/gforge/gforge.css 2009-10-02 10:14:41 UTC (rev 7175) +++ trunk/themes/gforge/gforge.css 2009-10-02 16:06:19 UTC (rev 7176) @@ -180,7 +180,6 @@ margin-top: 1ex; margin-bottom: 0.5ex; background: white; - border-bottom: 1px #aaaaaa solid; padding-bottom: 1em; clear: both; } @@ -383,7 +382,8 @@ font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; - padding-top: 0.25ex; + padding-top: 0.5ex; + border-top: 1px #aaaaaa solid; } #logo img { @@ -651,11 +651,6 @@ font-style: oblique; } -/** - * Other - */ -.printer, .no-css { display: none; } - /* PHP Warnings */ div.errors { color: black; Modified: trunk/themes/gforge/templates/browse-footer.tmpl =================================================================== --- trunk/themes/gforge/templates/browse-footer.tmpl 2009-10-02 10:14:41 UTC (rev 7175) +++ trunk/themes/gforge/templates/browse-footer.tmpl 2009-10-02 16:06:19 UTC (rev 7176) @@ -1,5 +1,4 @@ <?php // -*-html-*- rcs_id('$Id$'); ?> -<hr class="printer" noshade="noshade" /> <p class="editdate"><?= $WikiTheme->getOwnerMessage($page) ?> <?= $WikiTheme->getLastModifiedMessage($revision) ?> <?= $WikiTheme->getAuthorMessage($revision) ?></p> Modified: trunk/themes/gforge/templates/editpage.tmpl =================================================================== --- trunk/themes/gforge/templates/editpage.tmpl 2009-10-02 10:14:41 UTC (rev 7175) +++ trunk/themes/gforge/templates/editpage.tmpl 2009-10-02 16:06:19 UTC (rev 7176) @@ -8,9 +8,7 @@ <?= fmt("Please continue editing. (You'll find your %s at the bottom of the page.)", /* HTML::a(array("href" => "#editarea"), */ _("edit area") /*) */) ?> </p> - <hr class="printer" noshade="noshade" /> <?= $PREVIEW_CONTENT ?> - <hr class="printer" noshade="noshade" /> <?php } ?> <?= $PAGE_LOCKED_MESSAGE ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |