]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add grid and message
authorJeremy Thomas <bbxdesign@gmail.com>
Tue, 10 Oct 2017 23:38:10 +0000 (00:38 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 11 Oct 2017 16:36:44 +0000 (17:36 +0100)
docs/_sass/index.sass
docs/css/bulma-docs.css

index cc2ff4feb219056e3ec4dea64ad5b45677112ead..e80134609df61ba1c28f7a2b6f37e59f029e624a 100644 (file)
     &:not(:last-child)
       margin-bottom: 20px
   .intro-carbon
-    margin-top: 3rem
\ No newline at end of file
+    margin-top: 3rem
+
+#grid
+  .notification
+    padding-left: 0
+    padding-right: 0
+
+#message
+  display: none
+
+#markup
+  .highlight pre
+    max-height: none
index 01dd97fc402e33c72f84dcc288fd3e04d666f9c9..9431971a629cdf06a0034e53411bae2921ea5ab3 100644 (file)
@@ -9696,6 +9696,19 @@ svg {
   }
 }
 
+#grid .notification {
+  padding-left: 0;
+  padding-right: 0;
+}
+
+#message {
+  display: none;
+}
+
+#markup .highlight pre {
+  max-height: none;
+}
+
 #github {
   color: #333333;
   border-color: #333333;