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:
authorVolkan Gezer <volkangezer@gmail.com>2014-05-26 15:16:19 +0400
committerVolkan Gezer <volkangezer@gmail.com>2014-05-26 15:16:59 +0400
commita2240dbd3e70f46864da962d78f3e3463ef44acc (patch)
tree6178f1a37e4875c7ef844868ee06cfc9f3c374a9 /css
parent0c968625bb47c45e21403d3777170db670ce6088 (diff)
fix logo width
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css
index 8c032877..8a67773f 100755
--- a/css/style.css
+++ b/css/style.css
@@ -142,9 +142,9 @@
#document-title div.logo-wide{
float:left;
height: 24px;
- width: 80px;
+ width: 110px;
margin: 3px;
- background-size:80px 24px;
+ background-size:110px 24px;
z-index: 110;
}
@@ -324,4 +324,4 @@ margin-top: -1px;
document p{
cursor:auto;
-} \ No newline at end of file
+}