Explorar o código

HUE-8888 [gethue] Fix list styling issues in blog conflicting with top menu

Romain %!s(int64=6) %!d(string=hai) anos
pai
achega
b9494aa40a

+ 9 - 1
docs/gethue/static/css/theme.css

@@ -161,7 +161,7 @@ blockquote {
 }
 ul,
 ol {
-  list-style: unset;
+  list-style: none;
   line-height: 1.85714286em;
 }
 ul.bullets {
@@ -8570,6 +8570,14 @@ article .article__body ul {
   font-weight: 400;
   color: #808080;
 }
+article .article__body ul {
+  list-style: unset;
+  margin-left: 1em;
+}
+article .article__body ul ul {
+  font-size: 1em;
+  margin-left: 1em;
+}
 article .article__body p:not(:last-child),
 article .article__body ul:not(:last-child) {
   margin-bottom: 1.36842105263158em;

+ 9 - 3
docs/gethue/themes/stack-hue-theme/layouts/index.html

@@ -82,7 +82,9 @@
   <section class="switchable feature-large">
     <div class="container">
       <div class="row justify-content-around">
-        <div class="col-md-6"> <img alt="Image" class="border--round box-shadow-wide" src="https://cdn.gethue.com/uploads/2017/07/hue_4_assistant_2.gif"> </div>
+        <div class="col-md-6">
+          <img alt="Image" class="border--round box-shadow-wide" src="https://cdn.gethue.com/uploads/2017/07/hue_4_assistant_2.gif">
+        </div>
         <div class="col-md-6 col-lg-5">
           <div class="switchable__text">
             <h2>Write SQL like a pro</h2>
@@ -101,7 +103,9 @@
   <section class="switchable feature-large switchable--switch bg--secondary">
     <div class="container">
       <div class="row justify-content-around">
-        <div class="col-md-6"> <img alt="Image" class="border--round box-shadow-wide" src="https://cdn.gethue.com/uploads/2018/04/blog_top_search_.png"> </div>
+        <div class="col-md-6">
+          <img alt="Image" class="border--round box-shadow-wide" src="https://cdn.gethue.com/uploads/2018/04/blog_top_search_.png">
+        </div>
         <div class="col-md-6 col-lg-5">
           <div class="switchable__text">
             <h2>Find and connect your data</h2>
@@ -117,7 +121,9 @@
   <section class="switchable feature-large">
     <div class="container">
       <div class="row justify-content-around">
-        <div class="col-md-6"> <img alt="Image" class="border--round box-shadow-wide" src="https://cdn.gethue.com/uploads/2018/08/dashboard_layout_dimensions.gif"> </div>
+        <div class="col-md-6">
+          <img alt="Image" class="border--round box-shadow-wide" src="https://cdn.gethue.com/uploads/2018/08/dashboard_layout_dimensions.gif">
+        </div>
         <div class="col-md-6 col-lg-5">
           <div class="switchable__text">
             <h2>Visually discover insights</h2>