Difference between revisions of "Wiki User Style"
Jump to navigation
Jump to search
ok, now the code actually works as posted if you omit the fixed-position section
imported>DragoonWraith (comments) |
imported>DragoonWraith (ok, now the code actually works as posted if you omit the fixed-position section) |
||
Line 20: | Line 20: | ||
width: 152px !important; | width: 152px !important; | ||
height: 124px !important; | height: 124px !important; | ||
padding-left: 50px !important; | |||
} | } | ||
Line 46: | Line 47: | ||
position: fixed !important; | position: fixed !important; | ||
top: 10px !important; | top: 10px !important; | ||
} | } | ||
#column-one | #column-one | ||
Line 53: | Line 53: | ||
margin-left: 131px !important; | margin-left: 131px !important; | ||
} | } | ||
/* don't forget the closing bracket */ | |||
}</pre> | }</pre> |