From a75e9e31005bc9cb19e1524c504a5f6cbbc74de6 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 26 Dec 2014 18:20:35 +0000 Subject: [PATCH] added note about url to css stylesheet to settings --- index.php | 1 + settings.fragment.php | 1 + 2 files changed, 2 insertions(+) diff --git a/index.php b/index.php index 941155c..18d4c3f 100755 --- a/index.php +++ b/index.php @@ -75,6 +75,7 @@ $navlinks = [ ]; //string of css to include +//may be a url - urls will be referenced via a tag $css = "body { font-family: sans-serif; color: #333333; background: #f3f3f3; } textarea[name=content] { display: block; width: 100%; height: 35rem; } input[name=page] { width: 16rem; } diff --git a/settings.fragment.php b/settings.fragment.php index 83f44de..fa7f5cc 100644 --- a/settings.fragment.php +++ b/settings.fragment.php @@ -72,6 +72,7 @@ $navlinks = [ ]; //string of css to include +//may be a url - urls will be referenced via a tag $css = "body { font-family: sans-serif; color: #333333; background: #f3f3f3; } textarea[name=content] { display: block; width: 100%; height: 35rem; } input[name=page] { width: 16rem; }