]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/portland.css
Clean up <br clear="all" style="clear: both;" /> tags.
[SourceForge/phpwiki.git] / themes / Portland / portland.css
1 /**
2  * $Id: portland.css,v 1.11 2003-02-27 23:55:51 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
22 input.numeric {
23   text-align: right;
24 }
25
26 .clear-floats {
27   clear: both;
28 }
29
30 /* Mozilla RecentChanges Sidebar */
31 body.sidebar {
32   font-size: smaller;
33   margin: 0.5em;
34 }
35 body.sidebar div.wikitext ul { padding-left: 1em; }
36 body.sidebar h2 { margin-top: 0; }
37