diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-07-25 19:49:09 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-07-25 19:49:09 +0200 |
commit | 80b4eacd1d51a96e120192122774d1e83da2da5e (patch) | |
tree | 461db722889a2f0a32fffa0e2392d18c37b175aa /static | |
parent | d4b41da4ccc7c9f55a8cdc1fa7b3373d067cd986 (diff) | |
download | odr-dab-cir-80b4eacd1d51a96e120192122774d1e83da2da5e.tar.gz odr-dab-cir-80b4eacd1d51a96e120192122774d1e83da2da5e.tar.bz2 odr-dab-cir-80b4eacd1d51a96e120192122774d1e83da2da5e.zip |
Fix webserver process and image update
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 05228bc..c7aebf0 100644 --- a/static/style.css +++ b/static/style.css @@ -9,7 +9,7 @@ p { } #info{ - width: 600px; + width: 900px; border: 1px solid #999; padding: 0 10px; } |