skins: moved "static/custom" -> "static/skins/no-skin"

The old empty skin created by the startup scripts becomes the default: no-skin.
This commit is contained in:
muxator 2018-08-26 01:24:01 +02:00 committed by muxator
parent 0c518cadf5
commit aba1c6f8bd
6 changed files with 0 additions and 0 deletions

View file

@ -1,8 +0,0 @@
/*
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
*/