1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 14:13:06 +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: pages:
- title: Overview - title: Overview
- title: Grid - title: Grid
- title: Media object
- title: Utilities for layout - title: Utilities for layout
- title: Content - title: Content
@@ -42,6 +41,7 @@
- title: Input group - title: Input group
- title: Jumbotron - title: Jumbotron
- title: List group - title: List group
- title: Media object
- title: Modal - title: Modal
- title: Navs - title: Navs
- title: Navbar - title: Navbar

View File

@@ -2,7 +2,7 @@
layout: docs layout: docs
title: Media object title: Media object
description: Documentation and examples for Bootstrap's media object to construct highly repetitive components like blog comments, tweets, and the like. 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 toc: true
--- ---