Projet

Général

Profil

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

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

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

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

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

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

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

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

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

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