]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add contribution text
authorJeremy Thomas <bbxdesign@gmail.com>
Mon, 24 Jul 2017 18:36:40 +0000 (20:36 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 26 Jul 2017 20:13:55 +0000 (21:13 +0100)
docs/_layouts/documentation.html
docs/css/bulma-docs.css
docs/documentation/modifiers/helpers.html
sass/base/helpers.sass
sass/layout/section.sass

index 6e1694d42dad8e30fdc8314fdee8c1bdd156168c..d5b422222652e3fe41a426c3159b68097b496820 100644 (file)
@@ -62,3 +62,17 @@ route: documentation
 </section>
 
 {{ content }}
+
+<section class="section">
+  <div class="container">
+    <p class="has-text-centered has-text-grey-light">
+      This page is <strong class="has-text-grey">open source</strong>.
+      Noticed a typo?
+      Or something unclear?
+      <a class="has-text-grey" href="https://github.com/jgthms/bulma/blob/master/docs/{{ page.path }}" style="border-bottom: 1px solid currentColor;">
+        Improve this page on GitHub
+      </a>
+    </p>
+  </div>
+</section>
+
index 81f0a0549416887a7e879c7a966c4801c566d8bc..cb488f50974f4e91e093d46006a799044073455f 100644 (file)
@@ -961,6 +961,10 @@ a.has-text-danger:hover, a.has-text-danger:focus {
   padding: 0 !important;
 }
 
+.is-radiusless {
+  border-radius: 0 !important;
+}
+
 .is-unselectable {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
@@ -7649,7 +7653,6 @@ label.panel-block:hover {
 }
 
 .section {
-  background-color: white;
   padding: 3rem 1.5rem;
 }
 
index e323e4418e4ad2dacc9a121f55ecf5fe252bba55..89838cd7089cd3c48d0196957d92fffce32e005c 100644 (file)
@@ -36,19 +36,6 @@ doc-subtab: helpers
           <td><code>is-fullwidth</code></td>
           <td>Takes up the whole width (100%)</td>
         </tr>
-        <tr>
-          <th rowspan="3">Text</th>
-          <td><code>has-text-centered</code></td>
-          <td>Centers the text</td>
-        </tr>
-        <tr>
-          <td><code>has-text-left</code></td>
-          <td>Text is left-aligned</td>
-        </tr>
-        <tr>
-          <td><code>has-text-right</code></td>
-          <td>Text is right-aligned</td>
-        </tr>
         <tr>
           <th rowspan="4">Other</th>
           <td><code>is-marginless</code></td>
@@ -59,12 +46,12 @@ doc-subtab: helpers
           <td>Removes any <strong>padding</strong></td>
         </tr>
         <tr>
-          <td><code>is-unselectable</code></td>
-          <td>Prevents the text from being <strong>selectable</strong></td>
+          <td><code>is-radiusless</code></td>
+          <td>Removes any <strong>radius</strong></td>
         </tr>
         <tr>
-          <td><code>is-hidden</code></td>
-          <td>Hides element</td>
+          <td><code>is-unselectable</code></td>
+          <td>Prevents the text from being <strong>selectable</strong></td>
         </tr>
       </tbody>
     </table>
index f30aa064058c0ffbc3ccf182cc9dfedc33f10cc4..bd2645a4369dbb3da303b58d8cf0b096a3512848 100644 (file)
@@ -148,5 +148,8 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
 .is-paddingless
   padding: 0 !important
 
+.is-radiusless
+  border-radius: 0 !important
+
 .is-unselectable
   +unselectable
index 7139cfb5faca97f976ace192d437e9e066483e8a..c6cde56ddc82e4ac096d89e0bb1c99f4cb51f1b3 100644 (file)
@@ -1,5 +1,4 @@
 .section
-  background-color: $white
   padding: 3rem 1.5rem
   // Responsiveness
   +desktop