]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/style.css
Converted private constructor to public init() method with context, still this cannot...
[pizzaservice-war.git] / web / style.css
index 7dd8fbdd4595adb1e0c557ca1b7d90f0178e982c..b44a60ae597f0e456d4a6d6c6f1877f6b53148f9 100644 (file)
@@ -44,3 +44,27 @@ table, .table {
 .clear {
        clear: both;
 }
+
+ul.footer_nav {
+       text-align: center;
+       width   : 500px;
+       list-style: none;
+}
+
+ul.footer_nav li {
+       float: left;
+       width: 100px;
+}
+
+#menu ul {
+       list-style: none;
+       padding-left: 5px;
+}
+
+.table_header_column {
+       width: 100px;
+}
+
+.table_data_column {
+       width: 100px;
+}