Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-03-21 17:30:37 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-03-21 17:30:45 +0400
commitdec819c8933878263c259ca7e6701423964bccdc (patch)
treea75ff46281f545e3b3058fbd4cb65dc9866e2a12 /css
parenta24e2ae0f7b206bdd45b2ae7d67e64980050a531 (diff)
CSS instead of images. Ref #225
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index c280c0a0..7f7f6c56 100755
--- a/css/style.css
+++ b/css/style.css
@@ -120,7 +120,7 @@
text-align: center;
font-weight: bold;
color:#fff;
- background:#1d2d44 url('../../../img/noise.png') repeat;
+ background-color:#1d2d44;
}
#document-title img{