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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2014-01-18 12:40:47 +0400
committerraghunayyar <me@iraghu.com>2014-01-18 12:41:18 +0400
commit0f3bdebfba474a8b211af6cd0ebc122a031e8101 (patch)
treeb930b268a5a9cb1cd61aac28e3d6ada068fad55a /impress
parent7e2cc6284f80f9461a4f09e87491c938a28a4b75 (diff)
Aligns the Documentation button perfectly.
Diffstat (limited to 'impress')
-rwxr-xr-ximpress/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/impress/css/style.css b/impress/css/style.css
index 028e0edf0..08c594bef 100755
--- a/impress/css/style.css
+++ b/impress/css/style.css
@@ -14,7 +14,7 @@
.impresslist tr:hover {background:#f8f8f8;}
.impresslist tr td { padding:5px; border-bottom:2px solid #ddd; }
.impresslist .tablefilesize { color:#bbb; }
-.docu { position: absolute; right: 5.5em; top: 0em; }
+.docu { position: absolute; right: 0; top: 0em; }
#documentation { margin: 20px; }
#documentation h1 { font-size:1.8em; font-weight:bold; color:#888; }
#documentation h2 { font-size:1.5em; font-weight:bold; color:#888; }