]> git.mxchange.org Git - pizzaservice-war.git/blob - web/style.css
minor improvement
[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 }
47
48 ul.footer_nav {
49         text-align: center;
50         width   : 500px;
51         list-style: none;
52 }
53
54 ul.footer_nav li {
55         float: left;
56         width: 100px;
57 }
58
59 #menu ul {
60         list-style: none;
61         padding-left: 5px;
62 }
63
64 .table_header {
65         text-align: center;
66         font-weight: bold;
67         font-size: 20px;
68 }
69
70 .table_header_column {
71         width: 100px;
72 }
73
74 .table_data_column {
75         width: 100px;
76 }