diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-03 13:11:20 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-03 13:47:18 +0200 |
commit | 7574b0705287f5e57471ed17734a1a1eada3819c (patch) | |
tree | 532ea9f294e5c75376cd95442b1ba66772fa7155 /style | |
parent | d265a632450826dbeebd45aea7c7437b2f33d6b6 (diff) | |
download | mutti-web-7574b0705287f5e57471ed17734a1a1eada3819c.tar.gz mutti-web-7574b0705287f5e57471ed17734a1a1eada3819c.tar.bz2 mutti-web-7574b0705287f5e57471ed17734a1a1eada3819c.zip |
Legal text changes
Diffstat (limited to 'style')
-rw-r--r-- | style/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/style/style.css b/style/style.css index 7a49690..5fbf96f 100644 --- a/style/style.css +++ b/style/style.css @@ -302,3 +302,13 @@ footer p a { width: auto; height: 2em; } + +.info:after { + content: '*'; + display: inline; +} + +.small { + font-size: 0.875em; + color: #555; +} |