]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/style.css
Continued with project:
[pizzaservice-war.git] / web / style.css
index 61515f9782b23179878f367e6f819d281066b5da..d76b2ab829d7021f3ecdc6929b46163d2b41c0d6 100644 (file)
@@ -1,3 +1,8 @@
+/**
+div {
+       border: 1px solid #ff0000;
+}
+/**/
 
 .data_row {
        width: 100%;
        float: right;
 }
 
+.table_left {
+       width: 250px;
+       float: left;
+}
+
+.table_right {
+       width: 150px;
+       float: right;
+}
+
 .clear {
        clear: both;
 }
 
-/*
- Debug only:
-div {
-       border: 1px solid #ff0000;
+table, .table {
+       margin: 0px;
+       padding: 0px;
+}
+
+.table {
+       width: 500px;
+}
+
+.table_row {
+       width: 300px;
+}
+
+.para {
+       padding: 5px 5px 5px 5px;
 }
-*/