Difference between revisions of "Common.css"
From PROBOTIX :: wiki
| Line 5: | Line 5: | ||
li | li | ||
{ | { | ||
| − | list-style-position: | + | list-style-position: inside; |
} | } | ||
h2 | h2 | ||
Revision as of 12:05, 18 September 2013
/* CSS placed here will be applied to all skins */
/*body { background-color: #EFEFEF;}*/
li
{
list-style-position: inside;
}
h2
{
font-weight: bold;
}
