aboutsummaryrefslogtreecommitdiffstats
path: root/source/App.css
diff options
context:
space:
mode:
authorzefanja <zefanja@freenet.de>2013-12-18 09:45:41 +0700
committerzefanja <zefanja@freenet.de>2013-12-18 09:45:41 +0700
commit13dc3e6030ceaa603d7a2ca35385174ad120f8d8 (patch)
tree07956fc8ef9e662f55343a0e0af4792d671c698d /source/App.css
parentb2116d6e7fde26781e7fe844105cd36144ce73c3 (diff)
downloadbiblez-ng-13dc3e6030ceaa603d7a2ca35385174ad120f8d8.tar.gz
* added support for Desktop Firefox
* new background image
Diffstat (limited to 'source/App.css')
-rw-r--r--source/App.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/App.css b/source/App.css
index 442b4a1..a300544 100644
--- a/source/App.css
+++ b/source/App.css
@@ -3,11 +3,14 @@
This way, you can minify your application, and just remove the "source" folder for production
*/
.background {
- background: url("../assets/background.png");
+ background: url("../assets/oldPaper.png");
+ background-size: 100%;
+
}
.nice-padding {
padding: 10px;
+ font-size: 1.2em
}
.app-panels > * {