Difference between revisions of "MediaWiki:Common.css"
Line 5: | Line 5: | ||
} | } | ||
.source-perl { | .source-perl { | ||
− | padding: 10px; | + | padding: 10px 15px; |
− | margin-left: | + | margin-left: 2em; |
} | } | ||
.source-perl, pre, tt, code { | .source-perl, pre, tt, code { | ||
font-size: 125%; | font-size: 125%; | ||
} | } |
Revision as of 12:20, 15 March 2012
/* CSS placed here will be applied to all skins */
.source-perl, code {
border: 1px solid #888;
background-color: #EEE;
}
.source-perl {
padding: 10px 15px;
margin-left: 2em;
}
.source-perl, pre, tt, code {
font-size: 125%;
}