Hi Tobbe,
I have changed your CSS slightly and all three columns now align
nicely.
The CSS is now;
body {
background: #fffff0;
}
.header {height:75px;}
.header { border: 1px solid #545454; -moz-border-
radius: 0.5em;background-color: #cd853f;}
.header a:hover {background:transparent;}
.headerShadow {position: relative;padding: 0em 5em 0em 0em; left: 8px;
top: 4px;}
.headerForeground {position:absolute;padding:0.0em 0em 1em 1em; left:
0px; top: 4px;}
.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}
.tiddler {margin: 4em; padding:1em 1em 0em 1em;border: 1px solid
#545454; -moz-border-radius: 0.5em; background-color: #FFF8DC;}
#mainMenu {
background-color: #f5deb3;
border: 1px solid #545454; -moz-border-radius: 0.5em;
margin-left: 1em;
padding: 1em 1em 1px 0.5em;
}
#sidebar {
margin-right:1em; border: 1px solid
#545454;-moz-border-radius: 0.5em;
background-color: #87cefa;button: transparent;
}
#sidebarTabs .tab {
font-size:90%; -moz-border-radius-topleft:.3em; -moz-border-radius-
topright:.3em;-webkit-border-top-left-radius:.3em; -webkit-border-top-
right-radius:.3em;
}
#sidebarTabs .tabContents {
background:transparent; padding:.5em; height:auto; overflow:auto;
width:94%;
}
#sidebarTabs .tabContents .tabContents {
background:transparent; padding:.5em; height:auto;
}
#sidebarOptions input[type="text"] {
font-size:8pt;
}
Hopefully that will fix the header problem and you can now style away
without having to worry about that.
Colm
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.