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
af2887ab
Commit
af2887ab
authored
Nov 24, 2012
by
Thomas Park
Browse files
cosmo: darken blockquote small
parent
a79f723e
Changes
3
Hide whitespace changes
Inline
Side-by-side
cosmo/bootstrap.css
View file @
af2887ab
...
...
@@ -5014,6 +5014,9 @@ blockquote.pull-right {
padding
:
10px
15px
;
border-right-color
:
#bbbbbb
;
}
blockquote
small
{
color
:
#bbbbbb
;
}
.muted
{
color
:
#bbbbbb
;
}
...
...
cosmo/bootstrap.min.css
View file @
af2887ab
...
...
@@ -841,6 +841,7 @@ h2,h3{font-size:26px;}
h4
{
font-size
:
14px
;}
h5
,
h6
{
font-size
:
11px
;}
blockquote
{
padding
:
10px
15px
;
background-color
:
#eeeeee
;
border-left-color
:
#bbbbbb
;}
blockquote
.pull-right
{
padding
:
10px
15px
;
border-right-color
:
#bbbbbb
;}
blockquote
small
{
color
:
#bbbbbb
;}
.muted
{
color
:
#bbbbbb
;}
.navbar
.navbar-inner
{
background-image
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.navbar
.brand
:hover
{
color
:
#bbbbbb
;}
...
...
@@ -873,6 +874,7 @@ div.subnav-fixed{top:50px;}
.breadcrumb
.divider
,
.breadcrumb
.active
{
color
:
#080808
;
text-shadow
:
none
;}
.btn
{
padding
:
5px
12px
;
background-image
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
border
:
none
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
text-shadow
:
none
;}
.btn.disabled
{
box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);}
.btn-large
{
padding
:
22px
30px
;}
.btn-mini
{
padding
:
2px
6px
;}
.btn-group
>
.btn
:first-child
,
.btn-group
>
.btn
:last-child
,
.btn-group
>
.dropdown-toggle
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.btn-group
>
.btn
+
.dropdown-toggle
{
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
.table
tbody
tr
.success
td
{
color
:
#ffffff
;}
...
...
cosmo/bootswatch.less
View file @
af2887ab
...
...
@@ -38,6 +38,10 @@ blockquote {
padding: 10px 15px;
border-right-color: @gray;
}
small {
color: @gray;
}
}
.muted {
...
...
@@ -305,6 +309,10 @@ div.subnav {
&-large {
padding: 22px 30px;
}
&-mini {
padding: 2px 6px;
}
}
.btn-group {
...
...
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