The Rocklopedia Fakebandica now has a podcast.
Listen now!

Difference between revisions of "MediaWiki:Monobook.css"

From Rocklopedia Fakebandica
Jump to navigationJump to search
Line 3: Line 3:
 
#content {
 
#content {
 
min-height:450px;
 
min-height:450px;
margin-bottom:20px;
 
 
}
 
}
  
 
#catlinks {
 
#catlinks {
     position: absolute;
+
     position: relative;
 
     bottom: 10px;
 
     bottom: 10px;
 
     left:10px;
 
     left:10px;

Revision as of 22:31, 25 June 2011

/* CSS placed here will affect users of the Monobook skin */

#content {
min-height:450px;
}

#catlinks {
     position: relative;
     bottom: 10px;
     left:10px;
     right:10px;
     margin-top:40px;
     background-color:red;
}