From 9d10af8eceb51fcdf90471cdd8a8ca1069e4e14f Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Tue, 4 Nov 2014 13:09:57 -0500 Subject: [PATCH] prettysimple.html updated from mkws-termlists to mkws-facets --- examples/htdocs/prettysimple.css | 6 +++--- examples/htdocs/prettysimple.html | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/examples/htdocs/prettysimple.css b/examples/htdocs/prettysimple.css index 10c2f9f..2984f7c 100644 --- a/examples/htdocs/prettysimple.css +++ b/examples/htdocs/prettysimple.css @@ -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; diff --git a/examples/htdocs/prettysimple.html b/examples/htdocs/prettysimple.html index fd0ddb8..28874bc 100644 --- a/examples/htdocs/prettysimple.html +++ b/examples/htdocs/prettysimple.html @@ -4,7 +4,8 @@ MKWS demo - + + @@ -17,7 +18,7 @@
-
+
-- 1.7.10.4