Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
cbf69199
Commit
cbf69199
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
drop padding on twipsies
parent
163e68ad
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bootstrap-1.0.0.css
+2
-2
bootstrap-1.0.0.css
bootstrap-1.0.0.min.css
+2
-2
bootstrap-1.0.0.min.css
lib/patterns.less
+2
-2
lib/patterns.less
with
6 additions
and
6 deletions
+6
-6
bootstrap-1.0.0.css
+
2
-
2
View file @
cbf69199
...
...
@@ -1604,7 +1604,7 @@ div.twipsy {
position
:
absolute
;
visibility
:
visible
;
padding
:
5px
;
font-size
:
1
0
px
;
font-size
:
1
1
px
;
z-index
:
100000
;
filter
:
alpha
(
opacity
=
80
);
-khtml-opacity
:
0.8
;
...
...
@@ -1644,7 +1644,7 @@ div.twipsy.right .twipsy-arrow {
border-right
:
5px
solid
#000
;
}
div
.twipsy
.twipsy-inner
{
padding
:
5
px
8px
4px
;
padding
:
3
px
8px
;
background-color
:
#000
;
color
:
white
;
text-align
:
center
;
...
...
This diff is collapsed.
Click to expand it.
bootstrap-1.0.0.min.css
+
2
-
2
View file @
cbf69199
...
...
@@ -199,9 +199,9 @@ div.modal{position:fixed;top:50%;left:50%;z-index:2000;width:560px;margin:-280px
div
.modal
.modal-body
{
padding
:
20px
;}
div
.modal
.modal-footer
{
background-color
:
#eee
;
padding
:
14px
20px
15px
;
border-top
:
1px
solid
#ddd
;
-webkit-border-radius
:
0
0
6px
6px
;
-moz-border-radius
:
0
0
6px
6px
;
border-radius
:
0
0
6px
6px
;
-webkit-box-shadow
:
inset
0
1px
0
#ffffff
;
-moz-box-shadow
:
inset
0
1px
0
#ffffff
;
box-shadow
:
inset
0
1px
0
#ffffff
;
zoom
:
1
;}
div
.modal
.modal-footer
:after
{
display
:
block
;
visibility
:
hidden
;
height
:
0
;
clear
:
both
;
content
:
"."
;}
div
.modal
.modal-footer
.btn
{
float
:
right
;
margin-left
:
10px
;}
div
.twipsy
{
display
:
block
;
position
:
absolute
;
visibility
:
visible
;
padding
:
5px
;
font-size
:
1
0
px
;
z-index
:
100000
;
filter
:
alpha
(
opacity
=
80
);
-khtml-opacity
:
0.8
;
-moz-opacity
:
0.8
;
opacity
:
0.8
;}
div
.twipsy.above
.twipsy-arrow
{
bottom
:
0
;
left
:
50%
;
margin-left
:
-5px
;
border-left
:
5px
solid
transparent
;
border-right
:
5px
solid
transparent
;
border-top
:
5px
solid
#000
;}
div
.twipsy
{
display
:
block
;
position
:
absolute
;
visibility
:
visible
;
padding
:
5px
;
font-size
:
1
1
px
;
z-index
:
100000
;
filter
:
alpha
(
opacity
=
80
);
-khtml-opacity
:
0.8
;
-moz-opacity
:
0.8
;
opacity
:
0.8
;}
div
.twipsy.above
.twipsy-arrow
{
bottom
:
0
;
left
:
50%
;
margin-left
:
-5px
;
border-left
:
5px
solid
transparent
;
border-right
:
5px
solid
transparent
;
border-top
:
5px
solid
#000
;}
div
.twipsy.left
.twipsy-arrow
{
top
:
50%
;
right
:
0
;
margin-top
:
-5px
;
border-top
:
5px
solid
transparent
;
border-bottom
:
5px
solid
transparent
;
border-left
:
5px
solid
#000
;}
div
.twipsy.below
.twipsy-arrow
{
top
:
0
;
left
:
50%
;
margin-left
:
-5px
;
border-left
:
5px
solid
transparent
;
border-right
:
5px
solid
transparent
;
border-bottom
:
5px
solid
#000
;}
div
.twipsy.right
.twipsy-arrow
{
top
:
50%
;
left
:
0
;
margin-top
:
-5px
;
border-top
:
5px
solid
transparent
;
border-bottom
:
5px
solid
transparent
;
border-right
:
5px
solid
#000
;}
div
.twipsy
.twipsy-inner
{
padding
:
5
px
8px
4px
;
background-color
:
#000
;
color
:
white
;
text-align
:
center
;
max-width
:
200px
;
text-decoration
:
none
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
div
.twipsy
.twipsy-inner
{
padding
:
3
px
8px
;
background-color
:
#000
;
color
:
white
;
text-align
:
center
;
max-width
:
200px
;
text-decoration
:
none
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
div
.twipsy
.twipsy-arrow
{
position
:
absolute
;
width
:
0
;
height
:
0
;}
This diff is collapsed.
Click to expand it.
lib/patterns.less
+
2
-
2
View file @
cbf69199
...
...
@@ -515,7 +515,7 @@ div.twipsy {
position: absolute;
visibility: visible;
padding: 5px;
font-size: 1
0
px;
font-size: 1
1
px;
z-index: 100000;
.opacity(80);
&.above {
...
...
@@ -559,7 +559,7 @@ div.twipsy {
}
}
.twipsy-inner {
padding:
5
px 8px
4px
;
padding:
3
px 8px;
background-color: #000;
color: white;
text-align: center;
...
...
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
Menu
Explore
Projects
Groups
Snippets