diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-05-10 18:56:39 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-05-10 18:56:39 +0200 |
commit | 7c62efcbdce785f77f48e56ce7876a496e6cce89 (patch) | |
tree | fbfb855e4924f871ad8c976e77a86b16c12fd6d0 /public/static/default.css | |
parent | 7cbad918566f55749b1f931bbb89114909fc4869 (diff) |
geolocation: proper error messages & formatting
Diffstat (limited to 'public/static/default.css')
-rw-r--r-- | public/static/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/static/default.css b/public/static/default.css index 36a2983..ec13fb0 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -443,6 +443,11 @@ div.error { color: #ee0000; } +span.error { + font-size: 120%; + color: #ee0000; +} + pre { margin-bottom: 2em; } |