Difference between revisions of "MediaWiki:Common.css"

From Atlanta Crisis Info Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
.allpagesredirect{display: none}
 
.allpagesredirect{display: none}
 +
 +
.floatleft {
 +
  padding: 0 1.75rem 1rem 0;
 +
}
 +
 +
.floatright {
 +
  padding: 0 0 1rem 1.75rem;
 +
}

Revision as of 13:29, 8 April 2020

/* CSS placed here will be applied to all skins */
.allpagesredirect{display: none}

.floatleft {
  padding: 0 1.75rem 1rem 0;
}

.floatright {
  padding: 0 0 1rem 1.75rem;
}