diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2014-06-10 18:40:56 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-15 09:25:01 -0700 |
commit | 5169adbeb375b79d2a0701c0ba49f17a1c56580a (patch) | |
tree | 63a74b2d960955d79f8262108c515896a4befae0 /theme/sand.css | |
parent | 8ea5441b79c860520f8bc28ad905196ac58ad37c (diff) | |
download | subsurface-5169adbeb375b79d2a0701c0ba49f17a1c56580a.tar.gz |
HTML: Dynamically loading an external JavaScript or CSS file
This enable the HTML template from linking JS and CSS files dynamically
when starting. This helps to recognize the folder name where js and css
where exported dynamically.
The HTML template will succesfully find the attached files as long as they
exist in a directory named as the HTML file.
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'theme/sand.css')
-rw-r--r-- | theme/sand.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/sand.css b/theme/sand.css index 61a918a75..a5bbe45b2 100644 --- a/theme/sand.css +++ b/theme/sand.css @@ -3,6 +3,7 @@ body{ background-color:#F7F4DD; font-size:12px; font-family: 'Lobster', helvetica, arial; + visibility: hidden; } h1 { |