diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-05-17 21:16:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-17 21:16:03 +0200 |
commit | 9236c20a28dd9558d1577ebfd7c7ea9202ca70bb (patch) | |
tree | e6d84fdcbbde8af5bae264db7f58a5a833c7c78e /core | |
parent | 8696651cfb0370bc6b1e4bcc70ffd4fa1d2b65bd (diff) | |
parent | feff9f5bd1f776ade18ec8e196553730ef408a54 (diff) | |
download | nextcloud-server-9236c20a28dd9558d1577ebfd7c7ea9202ca70bb.tar.gz nextcloud-server-9236c20a28dd9558d1577ebfd7c7ea9202ca70bb.zip |
Merge pull request #9437 from nextcloud/feature/noid/imprint
allow to specify a link to a legal notice
Diffstat (limited to 'core')
-rw-r--r-- | core/css/guest.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index e0e639252ee..88341fb903a 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -744,6 +744,10 @@ footer .info a { overflow: hidden; } +a.legal { + font-size: smaller; +} + /* for low-res screens, use Regular font-weight instead of Light */ @media (-webkit-max-device-pixel-ratio: 1.3), (max-resolution: 124.8dpi) { @font-face { |