Difference between revisions of "User:Soupmix/vector.css"

From Pathfinder Wiki
(Created page with "body { font-family: "Helvetica Neue", sans-serif; font-weight: 300; }")
 
 
Line 2: Line 2:
 
   font-family: "Helvetica Neue", sans-serif;
 
   font-family: "Helvetica Neue", sans-serif;
 
   font-weight: 300;
 
   font-weight: 300;
 +
}
 +
 +
td {
 +
  padding: 0 1em;
 
}
 
}

Latest revision as of 21:34, 1 June 2013

body {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
}

td {
  padding: 0 1em;
}