Projet

Général

Profil

Paste
Télécharger (511 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / panels / plugins / layouts / threecol_33_34_33 / threecol_33_34_33.css @ 08475715

1

    
2
.panel-3col-33 { 
3
/*  overflow: hidden;  */
4
}
5

    
6
.panel-3col-33 .panel-col-first { 
7
  float: left; 
8
  width: 33%; 
9
}
10

    
11
.panel-3col-33 .panel-col-first .inside { 
12
  margin: 0 .5em 1em 0;
13
}
14

    
15
.panel-3col-33 .panel-col { 
16
  float: left; 
17
  width: 33%; 
18
}
19

    
20
.panel-3col-33 .panel-col .inside { 
21
  margin: 0 .5em 1em .5em;
22
}
23

    
24
.panel-3col-33 .panel-col-last { 
25
  float: left; 
26
  width: 33%; 
27
}
28

    
29
.panel-3col-33 .panel-col-last .inside { 
30
  margin: 0 0 1em .5em;
31
}
32

    
33
.panel-3col-33 .panel-separator {
34
  margin: 0 0 1em 0;
35
}