be more specific for search results elements
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 5 Aug 2019 18:59:01 +0000 (14:59 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 5 Aug 2019 18:59:01 +0000 (14:59 -0400)
the theme was originally applying to the prev/next buttons. this change
in the css selctors resolves that issue.

css/style.css

index 0ad712c020bd2c677074f61e8d34a2bc58996227..6b4166f381cee15ab6ba03d9ae09b7446e1f247e 100644 (file)
@@ -588,28 +588,28 @@ a { transition: 0.3s; }
 
 
 @media screen and (max-width: 600px) {
-  .path-search .region-content ol {
+  .path-search .region-content ol {
     width: 300px;
   }
 }
 @media screen and (min-width: 601px) and (max-width 1000px) {
-  .path-search .region-content ol {
+  .path-search .region-content ol {
     width: 560px;
   }
 }
 @media screen and (min-width: 1001px) {
-  .path-search .region-content ol {
+  .path-search .region-content ol {
     width: 900px;
   }
 }
 
-.path-search .region-content ol {
+.path-search .region-content ol {
   margin: 0 auto;
   padding-left: 0;
   overflow: auto;
 }
 
-.path-search .region-content li {
+.path-search .region-content > ol li {
   width: 280px;
   height: 280px;
   margin: 0px auto;
@@ -621,11 +621,11 @@ a { transition: 0.3s; }
   overflow: hidden;
 }
 
-.path-search .region-content li h3 {
+.path-search .region-content > ol li h3 {
   text-align: center;
 }
 
-.path-search .region-content li .search-image {
+.path-search .region-content > ol li .search-image {
   width: 100px;
   height: 100px;
 
@@ -635,7 +635,7 @@ a { transition: 0.3s; }
   align-items: center;
 }
 
-.path-search .region-content li img {
+.path-search .region-content > ol li img {
 }