diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-07-27 15:36:07 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-07-27 15:36:07 +0200 |
commit | 6ef8535f9d5f10e1b3c02f419c281d6c7595c582 (patch) | |
tree | 9136f0221335a0857309e2fe5e24aeb34031b732 | |
parent | 14f49b287fd5b6e836a527c6b74b073e414f0102 (diff) | |
parent | 51e460c23de68e2142a19046b2be226da684fa37 (diff) | |
download | Chimère - projet Saclay-6ef8535f9d5f10e1b3c02f419c281d6c7595c582.tar.bz2 Chimère - projet Saclay-6ef8535f9d5f10e1b3c02f419c281d6c7595c582.zip |
Merge branch 'master' into saclay
-rw-r--r-- | static/saclay/css/styles.css | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css index 9e3606b..2cb5fba 100644 --- a/static/saclay/css/styles.css +++ b/static/saclay/css/styles.css @@ -23,7 +23,7 @@ h2, .cloud h4, #layer_selection, #layer_selection h4, #permalink a, } /* activated */ -.small-galery p.legend, #detail_footer, #detail_footer a, #chimere_itinerary h4, +#detail_footer, #detail_footer a, #chimere_itinerary h4, h3.warn, .itinerary_label.itinerary_start, .itinerary_label.itinerary_end, .action li.ui-state-active{ color:#fff; @@ -93,7 +93,6 @@ ul#multimedia_list_content li, #welcome .footer, background-color:#d6d6c4; } -.small-galery p.legend, #detail_footer{ background-color:#9f9f89; } @@ -144,11 +143,6 @@ div.warning, .errorlist{ background-color:#fff; } -/* black */ -.small-galery{ - background-color:#000; -} - h2, h3{ background:none; } @@ -1720,9 +1714,10 @@ a.close_img{ .small-gallery{ width:auto; margin-top:0; + height:220px; } -.small-galery p.legend{ +.small-gallery p.legend{ line-height:22px; } |