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
34566f49
Commit
34566f49
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #12115 from Quy/master
Delete reference to a non-existent class
parents
7653b845
c6131436
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/css.html
+0
-1
docs/css.html
with
0 additions
and
1 deletion
+0
-1
docs/css.html
+
0
-
1
View file @
34566f49
...
@@ -2414,7 +2414,6 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2414,7 +2414,6 @@ For example, <code><section></code> should be wrapped as inline.
<p
class=
"bg-danger"
>
Donec ullamcorper nulla non metus auctor fringilla.
</p>
<p
class=
"bg-danger"
>
Donec ullamcorper nulla non metus auctor fringilla.
</p>
</div>
</div>
{% highlight html %}
{% highlight html %}
<p
class=
"bg-muted"
>
...
</p>
<p
class=
"bg-primary"
>
...
</p>
<p
class=
"bg-primary"
>
...
</p>
<p
class=
"bg-success"
>
...
</p>
<p
class=
"bg-success"
>
...
</p>
<p
class=
"bg-info"
>
...
</p>
<p
class=
"bg-info"
>
...
</p>
...
...
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