Extent default Wikipedia-widget styles to apply to the mkws-wikipedia
[mkws-moved-to-github.git] / examples / htdocs / prettysimple.css
index 296940b..2984f7c 100644 (file)
@@ -40,7 +40,7 @@ a {
   width: 100%;
   margin: 1em;
 }
-.mkws-termlists {
+.mkws-facets {
   margin-right: 66px;
   flex: 1;
 }
@@ -174,6 +174,12 @@ a {
   float: right;
   margin-left: .7em;
 }
+.mkws-stat {
+  font-family: "Open Sans Light", sans-serif;
+  text-align: right;
+  font-size: .9em;
+}
+
 
 /* Result containers */
 .mkws-summary {
@@ -255,7 +261,7 @@ a {
 
 /* Responsive */
 @media screen and (max-width: 1020px) {
-  .mkws-termlists {
+  .mkws-facets {
     margin-right: 30px;
   }
 }
@@ -269,7 +275,7 @@ a {
   .main {
     flex-wrap: wrap;
   }
-  .mkws-termlists {
+  .mkws-facets {
     order: 99;
     width: 100%;
     margin-top: 40px;