mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Move level and media object
This commit is contained in:
@@ -411,7 +411,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bd-is-unique">
|
||||
<a href="{{ site.url }}/documentation/components/level/">
|
||||
<a href="{{ site.url }}/documentation/layout/level/">
|
||||
level
|
||||
</a>
|
||||
</td>
|
||||
@@ -431,7 +431,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="{{ site.url }}/documentation/components/media-object/">
|
||||
<a href="{{ site.url }}/documentation/layout/media-object/">
|
||||
media object
|
||||
</a>
|
||||
</td>
|
||||
|
||||
@@ -594,7 +594,7 @@
|
||||
<div class="columns">
|
||||
<div class="column is-3">
|
||||
<h4 class="subtitle is-4 bd-feature-title">
|
||||
<a href="{{ site.url }}/documentation/components/media-object/">
|
||||
<a href="{{ site.url }}/documentation/layout/media-object/">
|
||||
Media object
|
||||
</a>
|
||||
</h4>
|
||||
|
||||
@@ -14,9 +14,6 @@
|
||||
Dropdown
|
||||
</a>
|
||||
{% endif %}
|
||||
<a class="navbar-item is-tab {% if page.doc-subtab == 'level' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/level/">
|
||||
Level
|
||||
</a>
|
||||
<a class="navbar-item is-tab {% if page.doc-subtab == 'media-object' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/media-object/">
|
||||
Media object
|
||||
</a>
|
||||
|
||||
@@ -4,6 +4,12 @@
|
||||
<a class="navbar-item is-tab {% if page.doc-subtab == 'container' %}is-active{% endif %}" href="{{ site.url }}/documentation/layout/container/">
|
||||
Container
|
||||
</a>
|
||||
<a class="navbar-item is-tab {% if page.doc-subtab == 'level' %}is-active{% endif %}" href="{{ site.url }}/documentation/layout/level/">
|
||||
Level
|
||||
</a>
|
||||
<a class="navbar-item is-tab {% if page.doc-subtab == 'media-object' %}is-active{% endif %}" href="{{ site.url }}/documentation/layout/media-object/">
|
||||
Media Object
|
||||
</a>
|
||||
<a class="navbar-item is-tab {% if page.doc-subtab == 'hero' %}is-active{% endif %}" href="{{ site.url }}/documentation/layout/hero/">
|
||||
Hero
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user