Style the divider <tr>
authorMike Taylor <mike@indexdata.com>
Thu, 22 May 2014 13:43:01 +0000 (14:43 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 22 May 2014 13:43:01 +0000 (14:43 +0100)
examples/htdocs/mkws-widget-credo.css

index ee5a1b4..2b7d71b 100644 (file)
     text-decoration: none;
 }
 
+.mkwsCredo hr.divider {
+    margin: 20px 1%;
+    border-top: 3px dotted #c0c0c0;
+    color: #fff;
+    background-color: #fff;
+    height: 0;
+    width: 98%;
+}
+