Projet

Général

Profil

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

root / htmltest / sites / all / modules / panels / plugins / layouts / threecol_25_50_25 / threecol_25_50_25.css @ c12e7e6a

1

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

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

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

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

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

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

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

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