Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document grid column wrapping behavior; fixes #13247 #13434

Merged
merged 1 commit into from
May 1, 2014
Merged

Conversation

cvrebert
Copy link
Collaborator

Fixes #13247.
/cc @mdo

@cvrebert cvrebert added this to the v3.2.0 milestone Apr 25, 2014
@@ -13,6 +13,7 @@ <h3 id="grid-intro">Introduction</h3>
<li>Columns create gutters (gaps between column content) via <code>padding</code>. That padding is offset in rows for the first and last column via negative margin on <code>.row</code>s.</li>
<li>The negative margin is why the examples below are outdented. It's so that content within grid columns is lined up with non-grid content.</li>
<li>Grid columns are created by specifying the number of twelve available columns you wish to span. For example, three equal columns would use three <code>.col-xs-4</code>.</li>
<p>If more than 12 columns are placed within a single row, each group of extra columns will, as one unit, wrap onto a new line.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be an <li>.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NAVER - http://www.naver.com/

[email protected] 님께 보내신 메일 <Re: [bootstrap] document grid column wrapping behavior; fixes #13247 (#13434)> 이 다음과 같은 이유로 전송 실패했습니다.


받는 사람이 회원님의 메일을 수신차단 하였습니다.


@mdo
Copy link
Member

mdo commented May 1, 2014

Change to <li>s and we're set. <3

cvrebert added a commit that referenced this pull request May 1, 2014
document grid column wrapping behavior; fixes #13247
@cvrebert cvrebert merged commit 99f22d9 into master May 1, 2014
@cvrebert cvrebert deleted the fix-13247 branch May 1, 2014 03:16
@mdo mdo mentioned this pull request May 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

document grid wrapping behavior more explicitly
3 participants