Difference between revisions of "User:Laisren/esstyle.css"
Jump to navigation
Jump to search
imported>Laisren (trying to make the footer wrap properly (instead of run off the righthand side of the page)) |
imported>Laisren (i'm gonna crack this nut...) |
||
Line 1: | Line 1: | ||
#f-poweredbyico {visibility:hidden} | #f-poweredbyico {visibility:hidden} | ||
div#footer { | div#footer { | ||
margin-left:0px; | |||
padding-left:0px; | |||
font-size:100%; | |||
max-width:880px; | max-width:880px; | ||
width:880px; | width:880px; | ||
white-space:wrap; | white-space:wrap; | ||
} | |||
div#footer img { | |||
visibility:hidden | |||
} | } |