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
01b46592
Commit
01b46592
authored
Jan 17, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
overhaul alerts section of tests
parent
bbb3c0a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
38 deletions
+30
-38
less/tests/css-tests.html
less/tests/css-tests.html
+30
-38
No files found.
less/tests/css-tests.html
View file @
01b46592
...
...
@@ -1291,68 +1291,60 @@
<h4>
Striped
</h4>
<div
class=
"gradient-striped"
></div>
<div
class=
"page-header"
>
<h1>
Alerts
</h1>
</div>
<h4>
Alert default
</h4>
<div
class=
"alert"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<strong>
Alert!
</strong>
Best check yourself, you're not looking too good.
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<strong>
Alert!
</strong>
Best check yourself, you're not looking too good.
</div>
<div
class=
"alert alert-block"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<p><strong>
Alert!
</strong>
Best check yourself, you're not looking too good.
</p>
</div>
<h4>
Success
</h4>
<div
class=
"alert alert-success"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<strong>
Success!
</strong>
Best check yourself, you're not looking too good.
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<strong>
Success!
</strong>
Best check yourself, you're not looking too good.
</div>
<div
class=
"alert alert-block alert-success"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<p><strong>
Success!
</strong>
Best check yourself, you're not looking too good.
</p>
</div>
<h4>
Info
</h4>
<div
class=
"alert alert-info"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<strong>
Info!
</strong>
Best check yourself, you're not looking too good.
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<strong>
Info!
</strong>
Best check yourself, you're not looking too good.
</div>
<div
class=
"alert alert-block alert-info"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<p><strong>
Info!
</strong>
Best check yourself, you're not looking too good.
</p>
</div>
<h4>
Warning
</h4>
<div
class=
"alert "
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<strong>
Warning!
</strong>
Best check yourself, you're not looking too good.
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<strong>
Warning!
</strong>
Best check yourself, you're not looking too good.
</div>
<div
class=
"alert alert-block alert-warning"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<p><strong>
Warning!
</strong>
Best check yourself, you're not looking too good.
</p>
</div>
<h4>
Error
</h4>
<div
class=
"alert alert-error"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<strong>
Error!
</strong>
Best check yourself, you're not looking too good.
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<strong>
Error!
</strong>
Best check yourself, you're not looking too good.
</div>
<h4>
Alert block default
</h4>
<div
class=
"alert alert-block"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<p><strong>
Alert!
</strong>
Best check yourself, you're not looking too good.
</p>
</div>
<h4>
Success block
</h4>
<div
class=
"alert alert-block alert-success"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<p><strong>
Success!
</strong>
Best check yourself, you're not looking too good.
</p>
</div>
<h4>
Info block
</h4>
<div
class=
"alert alert-block alert-info"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<p><strong>
Info!
</strong>
Best check yourself, you're not looking too good.
</p>
</div>
<h4>
Warning block
</h4>
<div
class=
"alert alert-block alert-warning"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<p><strong>
Warning!
</strong>
Best check yourself, you're not looking too good.
</p>
</div>
<h4>
Error block
</h4>
<div
class=
"alert alert-block alert-error"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<p><strong>
Error!
</strong>
Best check yourself, you're not looking too good.
</p>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<p><strong>
Error!
</strong>
Best check yourself, you're not looking too good.
</p>
</div>
...
...
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