1,393
edits
m (Adding useful classes; removing webfont implementation (it doesn't seem to work)) |
|||
Line 29: | Line 29: | ||
.wikitable td { | .wikitable td { | ||
border: none; /* Clearing existing style elements. */ | border: none; /* Clearing existing style elements. */ | ||
} | } | ||
Line 62: | Line 51: | ||
padding: 2px 4px 2px 4px | padding: 2px 4px 2px 4px | ||
} | |||
.rounded { | |||
-moz-border-radius: 5px; | |||
border-radius: 5px; | |||
} | |||
.topRounded { | |||
-moz-border-top-left-radius: 5px; | |||
-moz-border-top-right-radius: 5px; | |||
border-top-left-radius: 5px; | |||
border-top-right-radius: 5px; | |||
} | |||
.bottomRounded { | |||
-moz-border-bottom-left-radius: 5px; | |||
-moz-border-bottom-right-radius: 5px; | |||
border-bottom-left-radius: 5px; | |||
border-bottom-right-radius: 5px; | |||
} | } |