Projet

Général

Profil

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

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

1

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

    
6
.panel-2col .panel-col-first .inside {
7
  margin: 0;
8
}
9

    
10

    
11
.panel-1col .panel-col {
12
  width: 100%;
13
}
14

    
15
#panels-edit-display .panel-pane,
16
#panels-edit-display .helperclass {
17
  margin: .5em;
18
}
19

    
20
.panel-2col .panel-separator {
21
  margin: 0 0 1em 0;
22
}