Revision a8537c8c
Von Werner Hahn vor mehr als 8 Jahren hinzugefügt
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
webshop.css aus df_develop