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 /less | |
| parent | ea61cdb7407f09c0c4a9b5a7f76b24982b51c3d7 (diff) | |
| download | bootstrap-139f1be49d8dd443343d7add5de849b647781743.tar.xz bootstrap-139f1be49d8dd443343d7add5de849b647781743.zip | |
reset text align in popovers given inline insertion
Diffstat (limited to 'less')
| -rw-r--r-- | less/popovers.less | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
