]> 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 table, .table {
8         margin: 0px;
9         padding: 0px;
10 }
11
12 .table {
13         width: 500px;
14 }
15
16 .table_row {
17         width: 100%;
18 }
19
20 .table_left {
21         width: 250px;
22         float: left;
23 }
24
25 .table_right {
26         width: 200px;
27         float: right;
28 }
29
30 .table_left25 {
31         width: 20px;
32         float: left;
33 }
34
35 .table_right75 {
36         width: 430px;
37         float: right;
38 }
39
40 .para {
41         padding: 5px 5px 5px 5px;
42 }
43
44 .clear {
45         clear: both;
46 }