mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-14 01:21:00 +00:00
Move media from layout to components
This commit is contained in:
parent
1c78f703e0
commit
832a90d9d3
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,6 @@
|
|||
pages:
|
||||
- title: Overview
|
||||
- title: Grid
|
||||
- title: Media object
|
||||
- title: Utilities for layout
|
||||
|
||||
- title: Content
|
||||
|
|
@ -42,6 +41,7 @@
|
|||
- title: Input group
|
||||
- title: Jumbotron
|
||||
- title: List group
|
||||
- title: Media object
|
||||
- title: Modal
|
||||
- title: Navs
|
||||
- title: Navbar
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
layout: docs
|
||||
title: Media object
|
||||
description: Documentation and examples for Bootstrap's media object to construct highly repetitive components like blog comments, tweets, and the like.
|
||||
group: layout
|
||||
group: components
|
||||
toc: true
|
||||
---
|
||||
|
||||
Loading…
Reference in a new issue