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
67b536ea
Commit
67b536ea
authored
Dec 14, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change class name
parent
bcc2c8b0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
css.html
css.html
+6
-6
docs-assets/css/docs.css
docs-assets/css/docs.css
+1
-1
No files found.
css.html
View file @
67b536ea
...
@@ -635,27 +635,27 @@ base_url: "../"
...
@@ -635,27 +635,27 @@ base_url: "../"
<tbody>
<tbody>
<tr>
<tr>
<td><h1>
h1. Bootstrap heading
</h1></td>
<td><h1>
h1. Bootstrap heading
</h1></td>
<td
class=
"info"
>
Semibold 36px
</td>
<td
class=
"
type-
info"
>
Semibold 36px
</td>
</tr>
</tr>
<tr>
<tr>
<td><h2>
h2. Bootstrap heading
</h2></td>
<td><h2>
h2. Bootstrap heading
</h2></td>
<td
class=
"info"
>
Semibold 30px
</td>
<td
class=
"
type-
info"
>
Semibold 30px
</td>
</tr>
</tr>
<tr>
<tr>
<td><h3>
h3. Bootstrap heading
</h3></td>
<td><h3>
h3. Bootstrap heading
</h3></td>
<td
class=
"info"
>
Semibold 24px
</td>
<td
class=
"
type-
info"
>
Semibold 24px
</td>
</tr>
</tr>
<tr>
<tr>
<td><h4>
h4. Bootstrap heading
</h4></td>
<td><h4>
h4. Bootstrap heading
</h4></td>
<td
class=
"info"
>
Semibold 18px
</td>
<td
class=
"
type-
info"
>
Semibold 18px
</td>
</tr>
</tr>
<tr>
<tr>
<td><h5>
h5. Bootstrap heading
</h5></td>
<td><h5>
h5. Bootstrap heading
</h5></td>
<td
class=
"info"
>
Semibold 14px
</td>
<td
class=
"
type-
info"
>
Semibold 14px
</td>
</tr>
</tr>
<tr>
<tr>
<td><h6>
h6. Bootstrap heading
</h6></td>
<td><h6>
h6. Bootstrap heading
</h6></td>
<td
class=
"info"
>
Semibold 12px
</td>
<td
class=
"
type-
info"
>
Semibold 12px
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
...
docs-assets/css/docs.css
View file @
67b536ea
...
@@ -759,7 +759,7 @@ h1[id] {
...
@@ -759,7 +759,7 @@ h1[id] {
}
}
/* Typography */
/* Typography */
.bs-example-type
.table
.info
{
.bs-example-type
.table
.
type-
info
{
color
:
#999
;
color
:
#999
;
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
...
...
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