Style the divider <tr>
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-credo.css
index 99a1b9d..2b7d71b 100644 (file)
@@ -3,7 +3,7 @@
 }
 
 .mkwsCredo table {
-    width: 90%;
+    width: 100%;
     border-collapse: collapse;
 }
 
     text-decoration: none;
 }
 
+.mkwsCredo hr.divider {
+    margin: 20px 1%;
+    border-top: 3px dotted #c0c0c0;
+    color: #fff;
+    background-color: #fff;
+    height: 0;
+    width: 98%;
+}
+