diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2018-03-22 18:08:05 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2018-03-22 18:08:05 +0100 |
commit | da25e8141a6296612a5348f4b7b05df6131e1bc9 (patch) | |
tree | 29a60e7af720113c6ccb5ba78ad8625bd6d0e4d3 | |
parent | 74cf0226a3690c521b6275faa73e8fe33b6f5dba (diff) | |
download | Chimère-da25e8141a6296612a5348f4b7b05df6131e1bc9.tar.bz2 Chimère-da25e8141a6296612a5348f4b7b05df6131e1bc9.zip |
CSS: Fix footer-panel width
-rw-r--r-- | chimere/static/chimere/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index dd0ab4d..23ed5f7 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -2927,7 +2927,7 @@ div#panel{ text-align:center; bottom:0; position:absolute; - width: 283px; + width: 282px; height: 26px; font-size: 0.88em; z-index: 10; |