Omit the unnecessary complication of the
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-credo.css
index 2b7d71b..4091ee0 100644 (file)
     width: 98%;
 }
 
+.mkwsCredit {
+    font-size: small;
+    text-align: right;
+}
+
+.mkwsCredit::before {
+    content: "Source: ";
+    font-weight: bold;
+}
+
+.mkwsFacet a {
+    text-decoration: none;
+}
+
+.mkwsFacet a:hover {
+    text-decoration: underline;
+}
+
+.mkwsTerm {
+    clear: both;
+}
+
+.mkwsTerm span {
+    float: right;
+}
+