User:Skogshjort/common.css: Difference between revisions

From diaspora* project wiki
No edit summary
No edit summary
 
Line 1: Line 1:
table.wikitable > * > tr > th {


  font-weight:lighter;
  font-size:200%;
  padding-top:1em;
}




Line 15: Line 9:
   padding:.5em;
   padding:.5em;
   box-sizing:border-box;
   box-sizing:border-box;
}
table.wikitable > * > tr > th {
  font-weight:lighter;
  font-size:200%;
  padding-top:.7em;


}
}

Latest revision as of 18:00, 2 March 2015

 

td,
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {

  padding:.5em;
  box-sizing:border-box;

}


table.wikitable > * > tr > th {

  font-weight:lighter;
  font-size:200%;
  padding-top:.7em;

}