diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-09 15:52:41 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-09 15:52:41 +0200 |
commit | 62f1156a56a671cb593c0531922976914b1d4fa9 (patch) | |
tree | 7bc7e28895aee8e29bfc6d4ce7a19a1ee4bd64eb /core | |
parent | 57ea4624741c36ed6e68f60c672ddddbfece628a (diff) | |
download | nextcloud-server-62f1156a56a671cb593c0531922976914b1d4fa9.tar.gz nextcloud-server-62f1156a56a671cb593c0531922976914b1d4fa9.zip |
allow to specify a link to a legal notice
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/guest.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index e0e639252ee..04d19bccf08 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -744,6 +744,11 @@ footer .info a { overflow: hidden; } +a.legal { + font-size: smaller; + text-decoration: underline; +} + /* 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 { |