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

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Laisren
(okay, getting closer...)
imported>Laisren
((almost there...))
Line 6: Line 6:
{
{
  white-space:wrap;
  white-space:wrap;
  text-wrap:normal;
  text-wrap:unrestricted;
  word-wrap:break-word;
  word-wrap:break-word;
}
}
div#footer  
div#footer  
{
{
  margin-left:0px;
  margin-left:-1.6em;
  padding-left:-1.6em;
  padding-left:-1.6em;
  font-size:110%;
  font-size:110%;

Revision as of 04:10, 9 March 2008

#f-poweredbyico 
{
 visibility:hidden
}
div#globalWrapper div#footer 
{
 white-space:wrap;
 text-wrap:unrestricted;
 word-wrap:break-word;
}
div#footer 
{
 margin-left:-1.6em;
 padding-left:-1.6em;
 font-size:110%;
 max-width:800px;
 width:800px;
}
div#footer img 
{
visibility:hidden
}