Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
87752da5
Commit
87752da5
authored
Nov 24, 2012
by
Thomas Park
Browse files
cosmo: labels as boxes, badges remove text-shadow
parent
9cb9554a
Changes
3
Hide whitespace changes
Inline
Side-by-side
cosmo/bootstrap.css
View file @
87752da5
...
...
@@ -5349,9 +5349,12 @@ legend {
color
:
#ffffff
;
}
.label
{
min-width
:
80px
;
min-height
:
80px
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
font-weight
:
300
;
text-shadow
:
none
;
}
.label-success
{
...
...
@@ -5370,6 +5373,8 @@ legend {
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
font-weight
:
300
;
text-shadow
:
none
;
}
.badge-success
{
background-color
:
#00a301
;
...
...
cosmo/bootstrap.min.css
View file @
87752da5
...
...
@@ -893,11 +893,11 @@ legend{border-bottom:none;color:#080808;}
.form-actions
{
border-top
:
none
;
background-color
:
#eeeeee
;}
.dropdown-menu
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.alert
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
text-shadow
:
none
;}
.alert-heading
,
.alert
h1
,
.alert
h2
,
.alert
h3
,
.alert
h4
,
.alert
h5
,
.alert
h6
{
color
:
#ffffff
;}
.label
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
text-shadow
:
none
;}
.label-success
{
background-color
:
#00a301
;}
.label
{
min-width
:
80px
;
min-height
:
80px
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
font-weight
:
300
;
text-shadow
:
none
;}
.label-success
{
background-color
:
#00a301
;}
.label-important
{
background-color
:
#e51400
;}
.label-info
{
background-color
:
#5192fb
;}
.label-inverse
{
background-color
:
#bbbbbb
;}
.badge
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.badge-success
{
background-color
:
#00a301
;}
.badge
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
font-weight
:
300
;
text-shadow
:
none
;
}
.badge-success
{
background-color
:
#00a301
;}
.badge-important
{
background-color
:
#e51400
;}
.badge-info
{
background-color
:
#5192fb
;}
.badge-inverse
{
background-color
:
#bbbbbb
;}
...
...
cosmo/bootswatch.less
View file @
87752da5
...
...
@@ -452,7 +452,10 @@ legend {
}
.label {
min-width: 80px;
min-height: 80px;
.border-radius(0);
font-weight: 300;
text-shadow: none;
&-success {
...
...
@@ -475,6 +478,8 @@ legend {
.badge {
.border-radius(0);
font-weight: 300;
text-shadow: none;
&-success {
background-color: @green;
...
...
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