Add credit-styling to Reference widget.
authorMike Taylor <mike@indexdata.com>
Tue, 3 Jun 2014 15:25:46 +0000 (16:25 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 3 Jun 2014 15:25:46 +0000 (16:25 +0100)
examples/htdocs/mkws-widget-reference.css

index fd7876c..6dfba21 100644 (file)
     margin: 0 0 1em 2em;
     border: 0.5em solid white;
 }
+
+.mkwsCredit {
+    font-size: small;
+    text-align: right;
+}
+
+.mkwsCredit::before {
+    content: "Source: ";
+    font-weight: bold;
+}