Difference between revisions of "User:Laisren/esstyle.css"
Jump to navigation
Jump to search
imported>Laisren (that'll work) |
imported>Laisren (display none instead of zero viz?) |
||
Line 21: | Line 21: | ||
div#footer img | div#footer img | ||
{ | { | ||
visibility:hidden | display:none; | ||
/* visibility:hidden */ | |||
} | } | ||
div#footer ul li | div#footer ul li |
Revision as of 04:56, 9 March 2008
/* my style sheet : Footer fix */
#f-poweredbyico
{
visibility:hidden;
}
div#globalWrapper div#footer
{
white-space:wrap;
text-wrap:unrestricted;
word-wrap:break-word;
font-size:110%;
max-width:975px;
text-align:right;
}
div#footer
{
position:fixed;
left:60px;
margin-left:0px;
}
div#footer img
{
display:none;
/* visibility:hidden */
}
div#footer ul li
{
display: list-item !important;
}