[CSS] ~empêcher les dépassements pour le bloc des horaires
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 17 Sep 2013 18:44:26 +0000 (20:44 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 17 Sep 2013 18:44:26 +0000 (20:44 +0200)
www/plugins/skel_ptitvelo/css/perso.css.html

index e3bf0e6..f9fe225 100644 (file)
@@ -117,6 +117,11 @@ th {
     color: #444444;
 }
 
+.container_12 .grid_3, .container_16 .grid_4 {
+    height: 375px;
+    overflow: hidden;
+}
+
 #colonne .liste h4, .grid_4.actucolonne2 h4, #colonne_bandeau .liste h4 {
     border-bottom: 1px solid #EBEBEB;
     --color: #9F5D00;
@@ -134,4 +139,4 @@ hr.spip {
 
 .sf-menu ul li a, .sf-menu ul li a:visited {
     color: #666666;
-}
\ No newline at end of file
+}