From: <var...@us...> - 2010-03-31 09:49:53
|
Revision: 7312 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7312&view=rev Author: vargenau Date: 2010-03-31 09:49:47 +0000 (Wed, 31 Mar 2010) Log Message: ----------- Fix Gforge CSS Modified Paths: -------------- trunk/themes/gforge/gforge-print.css trunk/themes/gforge/gforge.css Modified: trunk/themes/gforge/gforge-print.css =================================================================== --- trunk/themes/gforge/gforge-print.css 2010-03-31 09:25:47 UTC (rev 7311) +++ trunk/themes/gforge/gforge-print.css 2010-03-31 09:49:47 UTC (rev 7312) @@ -63,7 +63,7 @@ a.namedurl img { display: none; } /* Do not print "none" sorting icon */ -.sortarrow img[src="/images/sort_none.gif"] { display: none; } +img[src="/wiki/themes/gforge/buttons/no_order.png"] { display: none; } /** * Table of content @@ -79,9 +79,11 @@ border-bottom: 1px solid black; } +/* div.toclist a::after { content: leader('.') target-counter(attr(href), page); } +*/ table.boxed, table.bordered, table.bordered th, table.bordered td { border-color: black; Modified: trunk/themes/gforge/gforge.css =================================================================== --- trunk/themes/gforge/gforge.css 2010-03-31 09:25:47 UTC (rev 7311) +++ trunk/themes/gforge/gforge.css 2010-03-31 09:49:47 UTC (rev 7312) @@ -254,15 +254,13 @@ /** * headings */ -div.toc p.toctitle, h1, h2, h3, h4, h5, h6 { +div.toc p.toctitle, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaaaaa; } -h1 { margin: 0; } - h1, h1 .backlinks, h2, .wikitext h2 a, h3, .wikitext h3 a, h4, .wikitext h4 a, h5, h6 { text-decoration: none; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |