diff options
author | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2012-02-22 23:08:50 +0100 |
---|---|---|
committer | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2012-02-22 23:08:50 +0100 |
commit | 5387820a3b81b35521063bb142dd1492a87ef470 (patch) | |
tree | 2c72a3f1b0fd3e06cb8345186bae11758b4ebc8e /apps/bookmarks/css/bookmarks.css | |
parent | 70f9936651870ad0768c26f76849fa5e7708eaee (diff) | |
download | nextcloud-server-5387820a3b81b35521063bb142dd1492a87ef470.tar.gz nextcloud-server-5387820a3b81b35521063bb142dd1492a87ef470.zip |
changed look of bookmarklet
Diffstat (limited to 'apps/bookmarks/css/bookmarks.css')
-rw-r--r-- | apps/bookmarks/css/bookmarks.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmarks/css/bookmarks.css b/apps/bookmarks/css/bookmarks.css index 7203078ffda..fedd2af7c4c 100644 --- a/apps/bookmarks/css/bookmarks.css +++ b/apps/bookmarks/css/bookmarks.css @@ -1,6 +1,6 @@ #content { overflow: auto; height: 100%; } #firstrun { width: 80%; margin: 5em auto auto auto; text-align: center; font-weight:bold; font-size:1.5em; color:#777;} -#firstrun small { display: block; font-weight: normal; font-size: 0.5em; } +#firstrun small { display: block; font-weight: normal; font-size: 0.5em; margin-bottom: 1.5em; } #firstrun #selections { font-size:0.8em; font-weight: normal; width: 100%; margin: 2em auto auto auto; clear: both; } .bookmarks_headline { |