mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
added note about url to css stylesheet to settings
This commit is contained in:
parent
aed3cdabbb
commit
a75e9e3100
2 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,7 @@ $navlinks = [
|
||||||
];
|
];
|
||||||
|
|
||||||
//string of css to include
|
//string of css to include
|
||||||
|
//may be a url - urls will be referenced via a <link rel='stylesheet' /> tag
|
||||||
$css = "body { font-family: sans-serif; color: #333333; background: #f3f3f3; }
|
$css = "body { font-family: sans-serif; color: #333333; background: #f3f3f3; }
|
||||||
textarea[name=content] { display: block; width: 100%; height: 35rem; }
|
textarea[name=content] { display: block; width: 100%; height: 35rem; }
|
||||||
input[name=page] { width: 16rem; }
|
input[name=page] { width: 16rem; }
|
||||||
|
|
|
@ -72,6 +72,7 @@ $navlinks = [
|
||||||
];
|
];
|
||||||
|
|
||||||
//string of css to include
|
//string of css to include
|
||||||
|
//may be a url - urls will be referenced via a <link rel='stylesheet' /> tag
|
||||||
$css = "body { font-family: sans-serif; color: #333333; background: #f3f3f3; }
|
$css = "body { font-family: sans-serif; color: #333333; background: #f3f3f3; }
|
||||||
textarea[name=content] { display: block; width: 100%; height: 35rem; }
|
textarea[name=content] { display: block; width: 100%; height: 35rem; }
|
||||||
input[name=page] { width: 16rem; }
|
input[name=page] { width: 16rem; }
|
||||||
|
|
Loading…
Reference in a new issue