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
92a54a7b
Commit
92a54a7b
authored
Feb 22, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tighten padding on labels and badges given default line-height
parent
a1391674
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+6
-6
less/badges.less
less/badges.less
+2
-2
less/labels.less
less/labels.less
+2
-2
No files found.
docs/assets/bootstrap.zip
View file @
92a54a7b
No preview for this file type
docs/assets/css/bootstrap.css
View file @
92a54a7b
...
...
@@ -3425,8 +3425,8 @@ a.thumbnail:hover {
padding
:
9px
;
}
.label
{
padding
:
2px
4px
3
px
;
font-size
:
1
1.049999999999999
px
;
padding
:
1px
4px
2
px
;
font-size
:
1
0.998
px
;
font-weight
:
bold
;
white-space
:
nowrap
;
color
:
#ffffff
;
...
...
@@ -3471,15 +3471,15 @@ a.thumbnail:hover {
background-color
:
#1a1a1a
;
}
.badge
{
padding
:
2px
10px
3
px
;
padding
:
1px
9px
2
px
;
font-size
:
12.025px
;
font-weight
:
bold
;
white-space
:
nowrap
;
color
:
#ffffff
;
background-color
:
#999999
;
-webkit-border-radius
:
10
px
;
-moz-border-radius
:
10
px
;
border-radius
:
10
px
;
-webkit-border-radius
:
9
px
;
-moz-border-radius
:
9
px
;
border-radius
:
9
px
;
}
.badge
:hover
{
color
:
#ffffff
;
...
...
less/badges.less
View file @
92a54a7b
...
...
@@ -3,13 +3,13 @@
// Base
.badge {
padding:
2px 10px 3
px;
padding:
1px 9px 2
px;
font-size: @baseFontSize * .925;
font-weight: bold;
white-space: nowrap;
color: @white;
background-color: @grayLight;
.border-radius(
10
px);
.border-radius(
9
px);
}
// Hover state
...
...
less/labels.less
View file @
92a54a7b
...
...
@@ -3,8 +3,8 @@
// Base
.label {
padding:
2px 4px 3
px;
font-size: @baseFontSize * .8
5
;
padding:
1px 4px 2
px;
font-size: @baseFontSize * .8
46
;
font-weight: bold;
white-space: nowrap;
color: @white;
...
...
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