]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/style.css
Continued with project:
[pizzaservice-war.git] / web / style.css
index c8580af0674272eadf13f296c63682b12e41aaf5..d76b2ab829d7021f3ecdc6929b46163d2b41c0d6 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/**
 div {
        border: 1px solid #ff0000;
 }
@@ -18,6 +18,16 @@ div {
        float: right;
 }
 
+.table_left {
+       width: 250px;
+       float: left;
+}
+
+.table_right {
+       width: 150px;
+       float: right;
+}
+
 .clear {
        clear: both;
 }
@@ -34,3 +44,7 @@ table, .table {
 .table_row {
        width: 300px;
 }
+
+.para {
+       padding: 5px 5px 5px 5px;
+}