diff options
Diffstat (limited to 'example')
| -rw-r--r-- | example/static/style/base.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/example/static/style/base.css b/example/static/style/base.css index d77b27b..cdfbe23 100644 --- a/example/static/style/base.css +++ b/example/static/style/base.css @@ -14,6 +14,13 @@ a.maps { font-size: 90%; } +body > a#close { + position: absolute; + right: 1em; + top: 1em; + display: block; +} + .subtitle { text-color: lightgrey; font-size: 90%; |
