Difference between revisions of "MediaWiki:Common.css"

From Hypertwins Community
Jump to navigation Jump to search
(trying to make a table where the cells have lines between them)
 
(vertical align to top of cells)
 
Line 2: Line 2:
table.grid tr td {
table.grid tr td {
   border: solid grey 1px;
   border: solid grey 1px;
  vertical-align: top;
}
}

Latest revision as of 23:37, 16 December 2014

/* CSS placed here will be applied to all skins */
table.grid tr td {
  border: solid grey 1px;
  vertical-align: top;
}