Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
139f1be4
Commit
139f1be4
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
reset text align in popovers given inline insertion
parent
ea61cdb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-0
docs/assets/css/bootstrap.css
less/popovers.less
+1
-0
less/popovers.less
with
2 additions
and
0 deletions
+2
-0
docs/assets/css/bootstrap.css
+
1
-
0
View file @
139f1be4
...
@@ -5273,6 +5273,7 @@ input[type="submit"].btn.btn-mini {
...
@@ -5273,6 +5273,7 @@ input[type="submit"].btn.btn-mini {
display
:
none
;
display
:
none
;
width
:
236px
;
width
:
236px
;
padding
:
1px
;
padding
:
1px
;
text-align
:
left
;
white-space
:
normal
;
white-space
:
normal
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
#ccc
;
...
...
This diff is collapsed.
Click to expand it.
less/popovers.less
+
1
-
0
View file @
139f1be4
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
display: none;
display: none;
width: 236px;
width: 236px;
padding: 1px;
padding: 1px;
text-align: left; // Reset given new insertion method
background-color: @popoverBackground;
background-color: @popoverBackground;
-webkit-background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
-moz-background-clip: padding;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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