]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/sidebar.css
Fixed logo positioning in IE5Mac, and possibly other browsers too. (If it was previou...
[SourceForge/phpwiki.git] / themes / Sidebar / sidebar.css
1 /*
2   $Id: sidebar.css,v 1.8 2002-02-11 21:06:30 carstenklapp Exp $
3 */
4 @import url("../../phpwiki.css");
5
6 #navbar {
7     line-height: 150%;
8     position: fixed;
9     top:    10ex; /*6ex*/
10     width: 11em;
11     left:   1em;
12 }
13
14 body {
15     margin-top: 1.5ex;
16     margin-left: 13em;
17 }
18
19 #actionbar {
20     line-height: 150%;
21     position: fixed;
22     top:   38ex; /*31.5ex*/
23     width: 11em;
24     left:   1em;
25 }
26
27 div#logo img {
28     position: fixed;
29     left: 1em;
30     top:  1.5ex;
31 }
32
33 /* ie5 mac sometimes ignores the bottom position of classes so id is used instead. */
34 #xhtml-validator {
35     position: fixed;
36     left:   1em;
37     bottom: 1ex;
38 }
39
40 /* For emacs users
41  *
42  * Local Variables:
43  * mode: c
44  * c-file-style: cc-mode
45  * End:
46  */