]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/portland.css
Removed unnecessary elements.
[SourceForge/phpwiki.git] / themes / Portland / portland.css
1 /**
2  * $Id: portland.css,v 1.7 2002-02-08 15:50:21 carstenklapp Exp $
3  *
4  * PhpWiki's Portland style sheet based on the original Wiki
5  *
6  * Styles are kept to a minimum, so the page will mostly appear
7  * according to the browser's default font settings.
8  */
9 body {
10   color : black;
11   background : white;
12 }
13
14 img {
15   border : 0 none;
16 }y
17 .linkicon {
18   visibility : hidden;
19   width :  0;
20   height : 0;
21 }
22
23 .wiki-edithelp {
24   font-size : smaller;
25 }
26