aboutsummaryrefslogtreecommitdiffstats
path: root/source/App.css
diff options
context:
space:
mode:
authorzefanja <zefanja@freenet.de>2013-08-06 20:58:13 +0700
committerzefanja <zefanja@freenet.de>2013-08-06 20:58:13 +0700
commitc40d2cdbdbfe16dae6ee46f1e317b024a84e284f (patch)
treeaddd2a6a0bfaf872f70d980ee0ea27a457d6af0a /source/App.css
parenteda93a23da26dca834aa0e0b1b524d7920247321 (diff)
downloadbiblez-ng-c40d2cdbdbfe16dae6ee46f1e317b024a84e284f.tar.gz
* removed requirejs from submodules
Diffstat (limited to 'source/App.css')
-rw-r--r--source/App.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/App.css b/source/App.css
index 9f17bc1..f910695 100644
--- a/source/App.css
+++ b/source/App.css
@@ -2,6 +2,10 @@
Put anything you reference with "url()" in ../assets/
This way, you can minify your application, and just remove the "source" folder for production
*/
+.background {
+ background: url("../assets/background.png");
+}
+
.nice-padding {
padding: 10px;
}