mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 21:59:15 -04:00
skins: Fixes #3510 show/hide line numbers
This commit is contained in:
parent
4c7ae65ac4
commit
2ce195747b
4 changed files with 13 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue