]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/style.css
Continued:
[pizzaservice-war.git] / web / style.css
index 18c45f573e9d49277423b1c8c903f59b25a206e4..c8580af0674272eadf13f296c63682b12e41aaf5 100644 (file)
@@ -1,3 +1,8 @@
+/*
+div {
+       border: 1px solid #ff0000;
+}
+/**/
 
 .data_row {
        width: 100%;
@@ -9,7 +14,7 @@
 }
 
 .data_right {
-       width: 100px;
+       width: 150px;
        float: right;
 }
 
        clear: both;
 }
 
-/*
- Debug only:
-div {
-       border: 1px solid #ff0000;
+table, .table {
+       margin: 0px;
+       padding: 0px;
+}
+
+.table {
+       width: 500px;
+}
+
+.table_row {
+       width: 300px;
 }
-*/