User:Skogshjort/common.css: Difference between revisions

From diaspora* project wiki
No edit summary
No edit summary
Line 3: Line 3:
   font-weight:lighter;
   font-weight:lighter;
   font-size:200%;
   font-size:200%;
   padding-top:.7em;
   padding-top:1em;


}
}

Revision as of 17:59, 2 March 2015

table.wikitable > * > tr > th {

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

}


 

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

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

}