]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/portland.css
Removed extraneous 'y'.
[SourceForge/phpwiki.git] / themes / Portland / portland.css
1 /**
2  * $Id: portland.css,v 1.8 2002-02-08 18:56:22 dairiki 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 }
17
18 .wiki-edithelp {
19   font-size : smaller;
20 }
21