Difference between revisions of "User:Laisren/esstyle.css"
Jump to navigation
Jump to search
use the force, luke
imported>Laisren (I guess I could use 'important' instead of [http://www.stuffandnonsense.co.uk/archives/css_specificity_wars.html specificity wars]...) |
imported>Laisren (use the force, luke) |
||
Line 1: | Line 1: | ||
/* | /* my style sheet : Footer fix */ | ||
#f-poweredbyico | #f-poweredbyico | ||
{ | { | ||
visibility:hidden | visibility:hidden | ||
} | } | ||
div#globalWrapper div#footer | div#globalWrapper div#footer | ||
{ | { | ||
white-space:wrap; | white-space:wrap; | ||
text-wrap:unrestricted; | text-wrap:unrestricted; | ||
Line 11: | Line 11: | ||
font-size:110%; | font-size:110%; | ||
max-width:800px; | max-width:800px; | ||
} | } | ||
div#footer | div#footer | ||
{ | { | ||
position:fixed; | position:fixed; | ||
left: | left:60px; | ||
margin-left:0px; | margin-left:0px; | ||
} | } | ||
div#footer img | div#footer img | ||
{ | { | ||
visibility:hidden | visibility:hidden | ||
} | } | ||
li | div#footer ul li | ||
{ | { | ||
display: list-item !important; | display: list-item !important; | ||
} | } |