mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/css.html docs/customize.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/javascript.html docs/scaffolding.html docs/templates/layout.mustache docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache less/navbar.less
This commit is contained in:
@@ -994,8 +994,59 @@
|
||||
|
||||
|
||||
|
||||
<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.
|
||||
</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.
|
||||
</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.
|
||||
</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.
|
||||
</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.
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
||||
</div><!-- /container -->
|
||||
|
||||
@@ -44,6 +44,10 @@ a.text-success:hover { color: darken(@state-success-text, 10%); }
|
||||
.text-right { text-align: right; }
|
||||
.text-center { text-align: center; }
|
||||
|
||||
.text-left { text-align: left; }
|
||||
.text-right { text-align: right; }
|
||||
.text-center { text-align: center; }
|
||||
|
||||
|
||||
// Headings
|
||||
// -------------------------
|
||||
|
||||
Reference in New Issue
Block a user