Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
81ab8ffa
Commit
81ab8ffa
authored
Aug 12, 2013
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Headings docs: use put <hN>s within <td>s instead of <th>s
parent
520bc8cf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
11 deletions
+9
-11
assets/css/docs.css
assets/css/docs.css
+3
-5
css.html
css.html
+6
-6
No files found.
assets/css/docs.css
View file @
81ab8ffa
...
@@ -414,17 +414,15 @@ body {
...
@@ -414,17 +414,15 @@ body {
}
}
/* Typography */
/* Typography */
.bs-example-type
.table
td
{
.bs-example-type
.table
td
:last-child
{
color
:
#999
;
color
:
#999
;
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
.bs-example-type
.table
td
,
.bs-example-type
.table
td
{
.bs-example-type
.table
th
{
padding
:
15px
0
;
padding
:
15px
0
;
border-color
:
#eee
;
border-color
:
#eee
;
}
}
.bs-example-type
.table
tr
:first-child
td
,
.bs-example-type
.table
tr
:first-child
td
{
.bs-example-type
.table
tr
:first-child
th
{
border-top
:
0
;
border-top
:
0
;
}
}
.bs-example-type
h1
,
.bs-example-type
h1
,
...
...
css.html
View file @
81ab8ffa
...
@@ -585,27 +585,27 @@ base_url: "../"
...
@@ -585,27 +585,27 @@ base_url: "../"
<table
class=
"table"
>
<table
class=
"table"
>
<tbody>
<tbody>
<tr>
<tr>
<t
h><h1>
Bootstrap heading
</h1></th
>
<t
d><h1>
Bootstrap heading
</h1></td
>
<td>
Semibold 38px
</td>
<td>
Semibold 38px
</td>
</tr>
</tr>
<tr>
<tr>
<t
h><h2>
Bootstrap heading
</h2></th
>
<t
d><h2>
Bootstrap heading
</h2></td
>
<td>
Semibold 32px
</td>
<td>
Semibold 32px
</td>
</tr>
</tr>
<tr>
<tr>
<t
h><h3>
Bootstrap heading
</h3></th
>
<t
d><h3>
Bootstrap heading
</h3></td
>
<td>
Semibold 24px
</td>
<td>
Semibold 24px
</td>
</tr>
</tr>
<tr>
<tr>
<t
h><h4>
Bootstrap heading
</h4></th
>
<t
d><h4>
Bootstrap heading
</h4></td
>
<td>
Semibold 18px
</td>
<td>
Semibold 18px
</td>
</tr>
</tr>
<tr>
<tr>
<t
h><h5>
Bootstrap heading
</h5></th
>
<t
d><h5>
Bootstrap heading
</h5></td
>
<td>
Semibold 16px
</td>
<td>
Semibold 16px
</td>
</tr>
</tr>
<tr>
<tr>
<t
h><h6>
Bootstrap heading
</h6></th
>
<t
d><h6>
Bootstrap heading
</h6></td
>
<td>
Semibold 12px
</td>
<td>
Semibold 12px
</td>
</tr>
</tr>
</tbody>
</tbody>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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