]> git.mxchange.org Git - pizzaservice-war.git/blob - web/style.css
Added more fields the user may want to fill out + used some beans
[pizzaservice-war.git] / web / style.css
1
2 .data_row {
3         width: 100%;
4 }
5
6 .data_left {
7         width: 100px;
8         float: left;
9 }
10
11 .data_right {
12         width: 150px;
13         float: right;
14 }
15
16 .clear {
17         clear: both;
18 }
19
20 /*
21  Debug only:
22 div {
23         border: 1px solid #ff0000;
24 }
25 */