Mobile.css: Difference between revisions
An Avatar.Global Resource
mNo edit summary Tags: mobile edit mobile web edit |
mNo edit summary Tags: mobile edit mobile web edit |
||
| Line 3: | Line 3: | ||
div.toc-mobile { | div.toc-mobile { | ||
display:none | display:none | ||
} | |||
p:first-of-type | |||
{ | |||
padding: 15px; | |||
border: 1px solid #eee; | |||
} | } | ||
Revision as of 16:00, 16 November 2018
/* CSS placed here will affect users of the mobile site */
div.toc-mobile {
display:none
}
p:first-of-type
{
padding: 15px;
border: 1px solid #eee;
}
