The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Difference between revisions of "MediaWiki:Monobook.css"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(New page: CSS placed here will affect users of the Monobook skin: #f-copyrightico { top: 8px; } #f-poweredbyico { top: -6px; margin-right: 0px; } #footer { height: 40px; })
 
Line 5: Line 5:
  
 
#f-poweredbyico {
 
#f-poweredbyico {
   top: -6px;
+
   top: -5px;
 
   margin-right: 0px;
 
   margin-right: 0px;
 +
  height: 0px;
 
}
 
}
  

Revision as of 03:22, 12 February 2008

/* CSS placed here will affect users of the Monobook skin */
#f-copyrightico {
  top: 8px;
}
 
#f-poweredbyico {
  top: -5px;
  margin-right: 0px;
  height: 0px;
}
 
#footer {
  height: 40px;
}