diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-11-24 16:01:08 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-11-24 16:01:08 +0100 |
| commit | 8f218517522dc5fb4e00760fff43041808061ea2 (patch) | |
| tree | 4a4ef2fc76b13d3ba6b3e2115eeccbb749300961 /chimere/static | |
| parent | 1ac9350e74bce36eb8f64d8564a3c44e6072600e (diff) | |
| download | Chimère-8f218517522dc5fb4e00760fff43041808061ea2.tar.bz2 Chimère-8f218517522dc5fb4e00760fff43041808061ea2.zip | |
Add simple map link on main template
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index b0a0455..3b835af 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -557,11 +557,13 @@ p.warning{ #welcome_button, +#simple_button, #permalink{ display: block; text-align:center; margin:0.3em; padding:0.2em; + width:100%; } a#welcome_button, @@ -571,11 +573,6 @@ a#welcome_button, text-decoration:none; } -#welcome_button, -#permalink{ - width:100%; -} - /* forms */ table.inline-table{ |
