Common.css: Difference between revisions
An Avatar.Global Resource
Created page with "→CSS placed here will be applied to all skins: p:first-of-type { padding: 15px; border: 1px solid #eee; }" |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.toc { | |||
display:none; | |||
} | |||
p:first-of-type | p:first-of-type | ||
{ | { | ||
Revision as of 15:05, 16 November 2018
/* CSS placed here will be applied to all skins */
.toc {
display:none;
}
p:first-of-type
{
padding: 15px;
border: 1px solid #eee;
}
