1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02:00

Move media from layout to components

This commit is contained in:
Martijn Cuppens
2018-09-10 20:59:04 +02:00
committed by XhmikosR
parent 1c78f703e0
commit 832a90d9d3
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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
---