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

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
m (formatting)
imported>DragoonWraith
(that should do it)
Line 5: Line 5:
  {
  {
   padding: 0 0 1px 0 !important;
   padding: 0 0 1px 0 !important;
}
#content
{
  margin-bottom: 60px !important;
}
#footer
{
  height: 55px !important;
  }
  }

Revision as of 18:10, 22 August 2008

 @import "/constwiki/index.php?title=Wiki_User_Style/Liquid_Design.css&action=raw&ctype=text/css";
 
 /* tab highlight fix for Firefox 3 */
 #p-cactions
 {
   padding: 0 0 1px 0 !important;
 }
 
 #content
 {
   margin-bottom: 60px !important;
 }
 
 #footer
 {
  height: 55px !important;
 }