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
0533d54a
Commit
0533d54a
authored
May 01, 2012
by
Thomas Park
Browse files
spruce: remove !important from background-repeat
parent
9369f5b1
Changes
3
Hide whitespace changes
Inline
Side-by-side
spruce/bootstrap.css
View file @
0533d54a
...
...
@@ -4225,7 +4225,7 @@ body {
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#90a38f'
,
endColorstr
=
'#90a38f'
,
GradientType
=
0
);
background-size
:
100%
1400px
;
background-repeat
:
repeat-y
!important
;
background-repeat
:
repeat-y
;
}
blockquote
{
border-left
:
2px
solid
#f5f3dc
;
...
...
spruce/bootstrap.min.css
View file @
0533d54a
...
...
@@ -721,7 +721,7 @@ h5{font-size:14px;}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
color
:
#ebd90b
;}
h1
>
small
,
h2
>
small
,
h3
>
small
,
h4
>
small
,
h5
>
small
,
h6
>
small
,
.muted
{
color
:
#f5f3dc
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;}
.alert-heading
{
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;}
body
{
background-color
:
#a8ab8e
;
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#90a38f
),
color-stop
(
60%
,
#aead8e
),
to
(
#90a38f
));
background-image
:
-webkit-linear-gradient
(
#90a38f
,
#aead8e
60%
,
#90a38f
);
background-image
:
-moz-linear-gradient
(
top
,
#90a38f
,
#aead8e
60%
,
#90a38f
);
background-image
:
-ms-linear-gradient
(
#90a38f
,
#aead8e
60%
,
#90a38f
);
background-image
:
-o-linear-gradient
(
#90a38f
,
#aead8e
60%
,
#90a38f
);
background-image
:
linear-gradient
(
#90a38f
,
#aead8e
60%
,
#90a38f
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#90a38f'
,
endColorstr
=
'#90a38f'
,
GradientType
=
0
);
background-size
:
100%
1400px
;
background-repeat
:
repeat-y
!important
;}
body
{
background-color
:
#a8ab8e
;
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#90a38f
),
color-stop
(
60%
,
#aead8e
),
to
(
#90a38f
));
background-image
:
-webkit-linear-gradient
(
#90a38f
,
#aead8e
60%
,
#90a38f
);
background-image
:
-moz-linear-gradient
(
top
,
#90a38f
,
#aead8e
60%
,
#90a38f
);
background-image
:
-ms-linear-gradient
(
#90a38f
,
#aead8e
60%
,
#90a38f
);
background-image
:
-o-linear-gradient
(
#90a38f
,
#aead8e
60%
,
#90a38f
);
background-image
:
linear-gradient
(
#90a38f
,
#aead8e
60%
,
#90a38f
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#90a38f'
,
endColorstr
=
'#90a38f'
,
GradientType
=
0
);
background-size
:
100%
1400px
;
background-repeat
:
repeat-y
;}
blockquote
{
border-left
:
2px
solid
#f5f3dc
;}
blockquote
.pull-right
{
border-right
:
2px
solid
#f5f3dc
;}
blockquote
small
{
color
:
#013435
;}
code
,
pre
{
color
:
#026567
;
background-color
:
#f5f3dc
;}
...
...
spruce/bootswatch.less
View file @
0533d54a
...
...
@@ -39,7 +39,7 @@ h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small, .muted {
body {
#gradient > .vertical-three-colors (#90A38F, #AEAD8E, 60%, #90A38F);
background-size: 100% 1400px;
background-repeat: repeat-y
!important
;
background-repeat: repeat-y;
}
blockquote {
...
...
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