Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkws
authorJason Skomorowski <jason@indexdata.com>
Tue, 4 Nov 2014 18:10:23 +0000 (13:10 -0500)
committerJason Skomorowski <jason@indexdata.com>
Tue, 4 Nov 2014 18:10:23 +0000 (13:10 -0500)
examples/htdocs/prettysimple.css
examples/htdocs/prettysimple.html

index 10c2f9f..2984f7c 100644 (file)
@@ -40,7 +40,7 @@ a {
   width: 100%;
   margin: 1em;
 }
-.mkws-termlists {
+.mkws-facets {
   margin-right: 66px;
   flex: 1;
 }
@@ -261,7 +261,7 @@ a {
 
 /* Responsive */
 @media screen and (max-width: 1020px) {
-  .mkws-termlists {
+  .mkws-facets {
     margin-right: 30px;
   }
 }
@@ -275,7 +275,7 @@ a {
   .main {
     flex-wrap: wrap;
   }
-  .mkws-termlists {
+  .mkws-facets {
     order: 99;
     width: 100%;
     margin-top: 40px;
index fd0ddb8..28874bc 100644 (file)
@@ -4,7 +4,8 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>MKWS demo</title>
-    <script type="text/javascript" src="//mkws.indexdata.com/mkws-complete.js"></script>
+    <!-- <script type="text/javascript" src="//mkws.indexdata.com/mkws&#45;complete.js"></script> -->
+    <script type="text/javascript" src="//mkws.local/mkws-complete.js"></script>
     <link rel="stylesheet" href="prettysimple.css" />
   </head>
   <body>
@@ -17,7 +18,7 @@
       <div class="mkws-ranking"></div>
     </div>
     <div class="main">
-      <div class="mkws-termlists"></div>
+      <div class="mkws-facets"></div>
       <div class="results">
         <div class="mkws-pager"></div>
         <div class="mkws-navi"></div>