MediaWiki:Common.css
From Sim Dynasty Rulebook
(Difference between revisions)
| Line 9: | Line 9: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
border: 1px solid #DDD; | border: 1px solid #DDD; | ||
| + | text-decoration: italic; | ||
} | } | ||
Revision as of 18:53, 29 October 2013
/* CSS placed here will be applied to all skins */
.tip,
.note {
padding: 0.5em;
margin: 0.5em 0;
overflow: hidden;
background-color: #F9F9F9;
background-position: 4px 2px;
background-repeat: no-repeat;
border: 1px solid #DDD;
text-decoration: italic;
}
