Difference between revisions of "Wiki User Style"
Jump to navigation
Jump to search
bingo, fixed it
imported>DragoonWraith (ok, now the code actually works as posted if you omit the fixed-position section) |
imported>DragoonWraith (bingo, fixed it) |
||
Line 34: | Line 34: | ||
/* tab highlight */ | /* tab highlight */ | ||
#p-cactions .selected a | #p-cactions .selected a | ||
{ | { | ||
Line 42: | Line 43: | ||
/* Fixed-position nav-boxes */ | /* Fixed-position nav-boxes */ | ||
div#p-logo | div#p-logo | ||
{ | { | ||
Line 51: | Line 51: | ||
{ | { | ||
position: fixed !important; | position: fixed !important; | ||
margin-left: | top: 140px !important; | ||
left: auto !important; | |||
margin-left: 50px !important; | |||
} | } | ||
/* don't forget the closing bracket */ | /* don't forget the closing bracket */ | ||
}</pre> | }</pre> |