Styling for mkwsCredit area.
authorMike Taylor <mike@indexdata.com>
Thu, 29 May 2014 14:09:41 +0000 (15:09 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 29 May 2014 14:09:41 +0000 (15:09 +0100)
examples/htdocs/mkws-widget-credo.css

index 2b7d71b..57c51cf 100644 (file)
     width: 98%;
 }
 
+.mkwsCredit {
+    font-size: small;
+    text-align: right;
+}
+
+.mkwsCredit::before {
+    content: "Source: ";
+    font-weight: bold;
+}