</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>
+
padding: 0 !important;
}
+.is-radiusless {
+ border-radius: 0 !important;
+}
+
.is-unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
}
.section {
- background-color: white;
padding: 3rem 1.5rem;
}
<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>
<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>