Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a8537c8c

Von Werner Hahn vor mehr als 8 Jahren hinzugefügt

  • ID a8537c8ce44f25fb4e4b7d6df8641626bddcdd18
  • Vorgänger dba850b0
  • Nachfolger 0beeea08

webshop.css aus df_develop

Unterschiede anzeigen:

css/webshop.css
1
div.table {
2
  display: table;
3
  padding: 20px,20px,20px,20px;
4
  margin: 15px,15px,15px,15px;
5
}
6
div.table-row {
7
  display: table-row;
8
}
9
div.table-cell {
10
  display: table-cell;
11
  padding: 20px,20px,20px,20px;
12
}
13
div.main{
14
  width: 100%;
15
  padding: 15px,15px,15px,15px;
16
  margin: 15px,15px,15px,15px;
17
}
18
.fleft {
19
  width: 30%;
20
  float: left;
21
  border: thin solid red;
22
}

Auch abrufbar als: Unified diff