summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValérie-Emma Leroux <emma@iggdrasil.net>2018-03-22 18:08:05 +0100
committerValérie-Emma Leroux <emma@iggdrasil.net>2018-03-22 18:08:05 +0100
commitda25e8141a6296612a5348f4b7b05df6131e1bc9 (patch)
tree29a60e7af720113c6ccb5ba78ad8625bd6d0e4d3
parent74cf0226a3690c521b6275faa73e8fe33b6f5dba (diff)
downloadChimère-da25e8141a6296612a5348f4b7b05df6131e1bc9.tar.bz2
Chimère-da25e8141a6296612a5348f4b7b05df6131e1bc9.zip
CSS: Fix footer-panel width
-rw-r--r--chimere/static/chimere/css/styles.css2
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;