From: Mike Taylor Date: Thu, 22 May 2014 13:43:01 +0000 (+0100) Subject: Style the divider X-Git-Tag: 1.0.0~614 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=037d97adae6e27b6201da397b43dbb0a0f8398ae;p=mkws-moved-to-github.git Style the divider --- diff --git a/examples/htdocs/mkws-widget-credo.css b/examples/htdocs/mkws-widget-credo.css index ee5a1b4..2b7d71b 100644 --- a/examples/htdocs/mkws-widget-credo.css +++ b/examples/htdocs/mkws-widget-credo.css @@ -68,3 +68,12 @@ text-decoration: none; } +.mkwsCredo hr.divider { + margin: 20px 1%; + border-top: 3px dotted #c0c0c0; + color: #fff; + background-color: #fff; + height: 0; + width: 98%; +} +