Difference between revisions of "MediaWiki: Tweeki.css"

From PAWS Lab
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Tweeki skin: footer{ margin-top: 250px }")
 
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the Tweeki skin */
 
/* CSS placed here will affect users of the Tweeki skin */
  
footer{
+
#footer{
   margin-top: 250px
+
   margin-top: 250px !important
 
}
 
}

Latest revision as of 01:35, 14 January 2019

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

#footer{
  margin-top: 250px !important
}