Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
cbf69199
Commit
cbf69199
authored
Jul 01, 2011
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drop padding on twipsies
parent
163e68ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
bootstrap-1.0.0.css
bootstrap-1.0.0.css
+2
-2
bootstrap-1.0.0.min.css
bootstrap-1.0.0.min.css
+2
-2
lib/patterns.less
lib/patterns.less
+2
-2
No files found.
bootstrap-1.0.0.css
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
:
5px
8px
4
px
;
padding
:
3px
8
px
;
background-color
:
#000
;
color
:
white
;
text-align
:
center
;
...
...
bootstrap-1.0.0.min.css
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
:
5px
8px
4
px
;
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
:
3px
8
px
;
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
;}
lib/patterns.less
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:
5px 8px 4
px;
padding:
3px 8
px;
background-color: #000;
color: white;
text-align: center;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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