Copy of Wolfram's http://mkws-dev.indexdata.com/mkws-209a.html but using local JS.
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-credo.css
index ee5a1b4..57c51cf 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%;
+}
+
+.mkwsCredit {
+    font-size: small;
+    text-align: right;
+}
+
+.mkwsCredit::before {
+    content: "Source: ";
+    font-weight: bold;
+}