diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-01-17 14:05:39 +0100 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-01-17 14:56:25 +0100 |
commit | bf0471a92ed4fca8fe3344839acd83d6918cf566 (patch) | |
tree | 8c6a944495a86850eb31bd7dd290c100eebfb1df /settings/css | |
parent | 1df6bf997a5f4bb44902d237d07bd06eccf6a9fc (diff) | |
download | nextcloud-server-bf0471a92ed4fca8fe3344839acd83d6918cf566.tar.gz nextcloud-server-bf0471a92ed4fca8fe3344839acd83d6918cf566.zip |
show link to app documentation
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index a93c675d466..8a96885b789 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -131,6 +131,12 @@ span.version { margin-left:1em; margin-right:1em; color:#555; } .appslink { text-decoration: underline; } .score { color:#666; font-weight:bold; font-size:0.8em; } +.appinfo .documentation { + margin-top: 1em; + margin-bottom: 1em; +} + + /* LOG */ #log { white-space:normal; } #lessLog { display:none; } |