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
897ded06
Commit
897ded06
authored
Jan 29, 2015
by
Thomas Park
Browse files
superhero: lighten hr
parent
6edebb1e
Changes
4
Hide whitespace changes
Inline
Side-by-side
superhero/_variables.scss
View file @
897ded06
...
...
@@ -854,4 +854,4 @@ $page-header-border-color: $gray-lighter;
//** Width of horizontal description list titles
$dl-horizontal-offset
:
$component-offset-horizontal
;
//** Horizontal line color.
$hr-border
:
$gray-light
;
$hr-border
:
lighten
(
$gray-light
,
5%
)
;
superhero/bootstrap.css
View file @
897ded06
...
...
@@ -1138,7 +1138,7 @@ hr {
margin-top
:
21px
;
margin-bottom
:
21px
;
border
:
0
;
border-top
:
1px
solid
#
4e5d6c
;
border-top
:
1px
solid
#
596a7b
;
}
.sr-only
{
position
:
absolute
;
...
...
superhero/bootstrap.min.css
View file @
897ded06
This source diff could not be displayed because it is too large. You can
view the blob
instead.
superhero/variables.less
View file @
897ded06
...
...
@@ -854,4 +854,4 @@
//** Width of horizontal description list titles
@dl-horizontal-offset: @component-offset-horizontal;
//** Horizontal line color.
@hr-border: @gray-light;
@hr-border:
lighten(
@gray-light
, 5%)
;
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