Difference between revisions of "User:Laisren/esstyle.css"

From the Oblivion ConstructionSet Wiki
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}
footer ul li#f-lastmod {
  background-color: #000000;
  color: #ffffff;
  font-size:100%;
}
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
}
}

Revision as of 03:56, 9 March 2008

#f-poweredbyico {visibility:hidden}
div#footer {
margin-left:0px;
padding-left:0px;
font-size:100%;
max-width:880px;
width:880px;
white-space:wrap;
}
div#footer img {
visibility:hidden
}