mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-22 19:54:22 +01:00
update nav
This commit is contained in:
parent
84f544b1f2
commit
de2971c9cc
@ -1,18 +1,12 @@
|
|||||||
- title: Getting started
|
- title: Getting started
|
||||||
pages:
|
pages:
|
||||||
# - title: Overview
|
|
||||||
# - title: Download
|
|
||||||
# - title: Contents
|
|
||||||
# - title: JavaScript
|
# - title: JavaScript
|
||||||
# - title: Compiling
|
|
||||||
# - title: Customize
|
|
||||||
# - title: Flexbox
|
|
||||||
# - title: Support
|
|
||||||
# - title: Accessibility
|
# - title: Accessibility
|
||||||
- title: Introduction
|
- title: Introduction
|
||||||
- title: Download
|
- title: Download
|
||||||
- title: Browsers & devices
|
- title: Browsers & devices
|
||||||
- title: Options
|
- title: Options
|
||||||
|
- title: Flexbox
|
||||||
- title: Build tools
|
- title: Build tools
|
||||||
- title: Best practices
|
- title: Best practices
|
||||||
|
|
||||||
@ -34,11 +28,6 @@
|
|||||||
|
|
||||||
- title: Components
|
- title: Components
|
||||||
pages:
|
pages:
|
||||||
# - title: Reboot
|
|
||||||
# - title: Typography
|
|
||||||
# - title: Images
|
|
||||||
# - title: Code
|
|
||||||
# - title: Tables
|
|
||||||
- title: Buttons
|
- title: Buttons
|
||||||
- title: Button group
|
- title: Button group
|
||||||
- title: Button dropdown
|
- title: Button dropdown
|
||||||
|
@ -1,10 +1,14 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Media
|
title: Media object
|
||||||
group: layout
|
group: layout
|
||||||
---
|
---
|
||||||
|
|
||||||
Abstract object styles for building custom components (like blog comments, Tweets, etc) that feature a left- or right-aligned piece of content alongside textual content.
|
The [media object](http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/) is an abstract element used as the basis for building more complex and repetitive components (like blog comments, Tweets, etc). Included is support for left and right aligned content, content alignment options, nesting, and more.
|
||||||
|
|
||||||
|
{% callout info %}
|
||||||
|
**Heads up!** When [flexbox mode]({{ site.baseurl }}/getting-started/flexbox/) is enabled, the media object will use `flex` styles wherever possible.
|
||||||
|
{% endcallout %}
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user