]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix bsa
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 15 Apr 2017 13:56:14 +0000 (14:56 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 15 Apr 2017 13:56:14 +0000 (14:56 +0100)
docs/css/bulma-docs.css
docs/sass/bsa.sass

index 1b553313d9521994873021447fd3a806e152b7f2..588adb904266100f66a96e0d770e93eee267c572 100644 (file)
@@ -1,3 +1,4 @@
+@charset "UTF-8";
 /*! bulma.io v0.4.0 | MIT License | github.com/jgthms/bulma */
 @keyframes spinAround {
   from {
@@ -7260,6 +7261,7 @@ html.route-index #carbon {
   display: block;
   line-height: 1.375;
   margin-top: 15px;
+  min-height: 70px;
   padding: 15px;
   padding-left: 70px;
   position: relative;
@@ -7294,9 +7296,18 @@ html.route-index #carbon {
 
 #_default_ > a .default-title {
   color: #363636;
+  display: inline;
   font-weight: 700;
 }
 
+#_default_ > a .default-title:after {
+  content: " — ";
+}
+
+#_default_ > a .default-description {
+  display: inline;
+}
+
 @media screen and (min-width: 769px), print {
   .bsa .columns {
     min-height: 120px;
index abdd83fd0e5122bd2b2e518a14855c314d2e4672..c9ed0854090933df73fd358e5a8faf16d1fa40d4 100644 (file)
@@ -23,6 +23,7 @@
     display: block
     line-height: 1.375
     margin-top: 15px
+    min-height: 70px
     padding: 15px
     padding-left: 70px
     position: relative
         width: 40px
     .default-title
       color: $text-strong
+      display: inline
       font-weight: $weight-bold
+      &:after
+        content: " — "
+    .default-description
+      display: inline
 
 +tablet
   .bsa