diff options
| author | Mark Otto <[email protected]> | 2012-12-02 02:30:00 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-02 02:30:00 -0800 |
| commit | 139f1be49d8dd443343d7add5de849b647781743 (patch) | |
| tree | 2f77749dfef37c9c4261bd4ab531931f748a90ea | |
| parent | ea61cdb7407f09c0c4a9b5a7f76b24982b51c3d7 (diff) | |
| download | bootstrap-139f1be49d8dd443343d7add5de849b647781743.tar.xz bootstrap-139f1be49d8dd443343d7add5de849b647781743.zip | |
reset text align in popovers given inline insertion
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | less/popovers.less | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 190ffac70..6d7be4863 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -5273,6 +5273,7 @@ input[type="submit"].btn.btn-mini { display: none; width: 236px; padding: 1px; + text-align: left; white-space: normal; background-color: #ffffff; border: 1px solid #ccc; diff --git a/less/popovers.less b/less/popovers.less index 43a6d3068..4a23fad0f 100644 --- a/less/popovers.less +++ b/less/popovers.less @@ -11,6 +11,7 @@ display: none; width: 236px; padding: 1px; + text-align: left; // Reset given new insertion method background-color: @popoverBackground; -webkit-background-clip: padding-box; -moz-background-clip: padding; |
