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 19:43:23 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-03-21 19:43:23 +0400
commit927f77149fcf9f573d70e6a01bdda6e874f236f1 (patch)
tree9d4bf2880cb79245a291c8ed5f4d4f660e5e2120 /css
parentdec819c8933878263c259ca7e6701423964bccdc (diff)
Logo size
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index 7f7f6c56..742137e0 100755
--- a/css/style.css
+++ b/css/style.css
@@ -123,9 +123,11 @@
background-color:#1d2d44;
}
-#document-title img{
+#document-title div.logo-wide{
float:left;
- height: 22px;
+ height: 24px;
+ width: 80px;
+ background-size:80px 24px;
}
#document-title div{