Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-02-13 10:49:06 +0400
committerMark Otto <markotto@twitter.com>2012-02-13 10:49:06 +0400
commitce5976fb2901ec43c132fa7d517b9e2ca6041087 (patch)
tree39eeafcf4105be69ba4e24fe0123590a7cc1ad8e /docs
parentcbe10bd591412c5bff365c86451caacb7cedb4f8 (diff)
ensure help-block is block per #1937
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin53155 -> 53155 bytes
-rw-r--r--docs/assets/css/bootstrap.css1
2 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 74c406578e..8a96db55c0 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 38b1719de9..e52d2f0cfd 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -832,6 +832,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
color: #999999;
}
.help-block {
+ display: block;
margin-top: 5px;
margin-bottom: 0;
color: #999999;