Difference between revisions of "Common.css"
From PROBOTIX :: wiki
| Line 3: | Line 3: | ||
{ | { | ||
list-style-position: outside; | list-style-position: outside; | ||
| + | } | ||
| + | h2 | ||
| + | { | ||
| + | font-weight: bold; | ||
} | } | ||
Revision as of 11:08, 18 September 2013
/* CSS placed here will be applied to all skins */
ul
{
list-style-position: outside;
}
h2
{
font-weight: bold;
}
