]> git.mxchange.org Git - pizzaservice-war.git/blob - web/style.css
Continued with project:
[pizzaservice-war.git] / web / style.css
1 /*
2 div {
3         border: 1px solid #ff0000;
4 }
5 /**/
6
7 .data_row {
8         width: 100%;
9 }
10
11 .data_left {
12         width: 100px;
13         float: left;
14 }
15
16 .data_right {
17         width: 150px;
18         float: right;
19 }
20
21 .clear {
22         clear: both;
23 }
24
25 table, .table {
26         margin: 0px;
27         padding: 0px;
28 }
29
30 .table {
31         width: 500px;
32 }
33
34 .table_row {
35         width: 300px;
36 }