skins: Fixes #3510 show/hide line numbers

This commit is contained in:
Sebastian Castro 2018-11-15 11:34:32 +01:00
parent 4c7ae65ac4
commit 2ce195747b
4 changed files with 13 additions and 15 deletions

View file

@ -1,8 +1,5 @@
/*
custom css files are loaded after core css files. Simply use the same selector to override a style.
Example:
#editbar LI {border:1px solid #000;}
overrides
#editbar LI {border:1px solid #d5d5d5;}
from pad.css
*/
@media (max-width:600px) {
#sidediv {
display: none !important;
}
}