Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
81ab8ffa
Commit
81ab8ffa
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Headings docs: use put <hN>s within <td>s instead of <th>s
parent
520bc8cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assets/css/docs.css
+3
-5
assets/css/docs.css
css.html
+6
-6
css.html
with
9 additions
and
11 deletions
+9
-11
assets/css/docs.css
+
3
-
5
View file @
81ab8ffa
...
...
@@ -414,17 +414,15 @@ body {
}
/* Typography */
.bs-example-type
.table
td
{
.bs-example-type
.table
td
:last-child
{
color
:
#999
;
vertical-align
:
middle
;
}
.bs-example-type
.table
td
,
.bs-example-type
.table
th
{
.bs-example-type
.table
td
{
padding
:
15px
0
;
border-color
:
#eee
;
}
.bs-example-type
.table
tr
:first-child
td
,
.bs-example-type
.table
tr
:first-child
th
{
.bs-example-type
.table
tr
:first-child
td
{
border-top
:
0
;
}
.bs-example-type
h1
,
...
...
This diff is collapsed.
Click to expand it.
css.html
+
6
-
6
View file @
81ab8ffa
...
...
@@ -585,27 +585,27 @@ base_url: "../"
<table
class=
"table"
>
<tbody>
<tr>
<t
h
><h1>
Bootstrap heading
</h1></t
h
>
<t
d
><h1>
Bootstrap heading
</h1></t
d
>
<td>
Semibold 38px
</td>
</tr>
<tr>
<t
h
><h2>
Bootstrap heading
</h2></t
h
>
<t
d
><h2>
Bootstrap heading
</h2></t
d
>
<td>
Semibold 32px
</td>
</tr>
<tr>
<t
h
><h3>
Bootstrap heading
</h3></t
h
>
<t
d
><h3>
Bootstrap heading
</h3></t
d
>
<td>
Semibold 24px
</td>
</tr>
<tr>
<t
h
><h4>
Bootstrap heading
</h4></t
h
>
<t
d
><h4>
Bootstrap heading
</h4></t
d
>
<td>
Semibold 18px
</td>
</tr>
<tr>
<t
h
><h5>
Bootstrap heading
</h5></t
h
>
<t
d
><h5>
Bootstrap heading
</h5></t
d
>
<td>
Semibold 16px
</td>
</tr>
<tr>
<t
h
><h6>
Bootstrap heading
</h6></t
h
>
<t
d
><h6>
Bootstrap heading
</h6></t
d
>
<td>
Semibold 12px
</td>
</tr>
</tbody>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment