Difference between revisions of "MediaWiki:Common.css"

From WikiRaider
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: .multiple_rows { flex-wrap: wrap; display: flex; } .multiple_rows div { width: 250px; padding: 0 3ex; }")
 
m
Line 2: Line 2:
  
 
.multiple_rows {
 
.multiple_rows {
flex-wrap: wrap;
+
  flex-wrap: wrap;
display: flex;
+
  display: flex;
 
}
 
}
  
 
.multiple_rows div {
 
.multiple_rows div {
width: 250px;
+
  width: 250px;
padding: 0 3ex;
+
  padding: 0 3ex;
 +
}
 +
 
 +
.verticalaligntop td, .verticalaligntop th {
 +
  vertical-align: top;
 
}
 
}

Revision as of 22:12, 22 November 2015

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

.multiple_rows {
  flex-wrap: wrap;
  display: flex;
}

.multiple_rows div {
  width: 250px;
  padding: 0 3ex;
}

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