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
37d53fd3
Commit
37d53fd3
authored
Aug 05, 2012
by
Thomas Park
Browse files
journal: style legend as header
parent
1175bdc1
Changes
3
Hide whitespace changes
Inline
Side-by-side
journal/bootstrap.css
View file @
37d53fd3
...
...
@@ -4432,6 +4432,12 @@ div.subnav li.dropdown.open .dropdown-toggle:hover {
-moz-box-shadow
:
none
;
box-shadow
:
none
;
}
legend
{
border-bottom
:
2px
solid
#eeeeee
;
font-family
:
"News Cycle"
,
"Arial Narrow Bold"
,
sans-serif
;
font-weight
:
bold
;
color
:
#000000
;
}
a
.thumbnail
:hover
{
-webkit-box-shadow
:
0
1px
3px
1px
rgba
(
0
,
0
,
0
,
0.3
);
-moz-box-shadow
:
0
1px
3px
1px
rgba
(
0
,
0
,
0
,
0.3
);
...
...
journal/bootstrap.min.css
View file @
37d53fd3
...
...
@@ -746,6 +746,7 @@ div.subnav li.dropdown.open .dropdown-toggle,div.subnav li.dropdown.open .dropdo
.hero-unit
{
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.hero-unit
h1
{
line-height
:
1.5em
;}
.well
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
background-color
:
#eeeeee
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
.table-bordered
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
legend
{
border-bottom
:
2px
solid
#eeeeee
;
font-family
:
"News Cycle"
,
"Arial Narrow Bold"
,
sans-serif
;
font-weight
:
bold
;
color
:
#000000
;}
a
.thumbnail
:hover
{
-webkit-box-shadow
:
0
1px
3px
1px
rgba
(
0
,
0
,
0
,
0.3
);
-moz-box-shadow
:
0
1px
3px
1px
rgba
(
0
,
0
,
0
,
0.3
);
box-shadow
:
0
1px
3px
1px
rgba
(
0
,
0
,
0
,
0.3
);
border-color
:
#ddd
;}
code
,
pre
,
pre
.prettyprint
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
background-color
:
#eeeeee
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
@media
(
max-width
:
768px
){
div
.subnav
{
height
:
auto
;}
div
.subnav
.nav
>
li
.active
>
a
{
border-top
:
none
;}
div
.subnav
.nav
>
li
:hover
>
a
,
div
.subnav
.nav
>
li
:first-child:hover
>
a
,
div
.subnav
.nav
>
li
.active
:hover
>
a
,
div
.subnav
.nav
>
li
.dropdown.open
.dropdown-toggle
,
div
.subnav
.nav
>
li
.dropdown.open
.dropdown-toggle
:hover
{
background-color
:
#eeeeee
;}
.nav-tabs
.open
.dropdown-toggle
,
.nav-pills
.open
.dropdown-toggle
,
.nav
>
li
.dropdown.open.active
>
a
:hover
{
border-color
:
#e5e5e5
;}}
.pull-right
{
float
:
right
;}
...
...
journal/bootswatch.less
View file @
37d53fd3
...
...
@@ -249,6 +249,14 @@ div.subnav {
.box-shadow(none);
}
legend {
border-bottom: 2px solid @grayLighter;
font-family: @headingsFontFamily;
font-weight: @headingsFontWeight;
color: @headingsColor;
}
a.thumbnail:hover {
.box-shadow(0 1px 3px 1px rgba(0, 0, 0, 0.3));
border-color: #ddd;
...
...
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