Omit the unnecessary complication of the
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-credo.css
index 2b8ef0d..4091ee0 100644 (file)
@@ -3,7 +3,7 @@
 }
 
 .mkwsCredo table {
-    width: 90%;
+    width: 100%;
     border-collapse: collapse;
 }
 
     background: white;
     padding: 0.5em 1em;
 
-    // Next two are needed to make this area grow to contain floated images.
+    // Next is needed to make this area grow to contain floated images.
     // See http://www.quirksmode.org/css/clearing.html
     overflow: auto;
-    width: 100%;
 }
 
 .mkwsReference h1 {
     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;
+}
+
+.mkwsFacet a {
+    text-decoration: none;
+}
+
+.mkwsFacet a:hover {
+    text-decoration: underline;
+}
+
+.mkwsTerm {
+    clear: both;
+}
+
+.mkwsTerm span {
+    float: right;
+}
+