From 037d97adae6e27b6201da397b43dbb0a0f8398ae Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 22 May 2014 14:43:01 +0100 Subject: [PATCH] Style the divider --- examples/htdocs/mkws-widget-credo.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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%; +} + -- 1.7.10.4