Difference between revisions of "MediaWiki:Common.css"

From WikiRaider
Jump to: navigation, search
m
m
Line 23: Line 23:
 
.verticalaligntop td, .verticalaligntop th {
 
.verticalaligntop td, .verticalaligntop th {
 
   vertical-align: top;
 
   vertical-align: top;
 +
}
 +
 +
.horizontalalignleft td, horizontalalignleft th {
 +
  align: left;
 
}
 
}

Revision as of 11:41, 18 March 2016

/* CSS placed here will be applied to all skins */

.multiple_rows {
  flex-wrap: wrap;
  display: flex;
}
.multiple_rows div {
  width: 250px;
  padding: 0 3ex;
}


.multiple_rows_wide {
  flex-wrap: wrap;
  display: flex;
}
.multiple_rows_wide div {
  width: 450px;
  padding: 0 3ex;
}


.verticalaligntop td, .verticalaligntop th {
  vertical-align: top;
}

.horizontalalignleft td, horizontalalignleft th {
  align: left;
}