mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Merge pull request #844 from readthedocs/blendify/fix-837
Fix #837 Duplicate CSS Properties
This commit is contained in:
commit
2a1b2e1353
@ -33,7 +33,6 @@ html
|
|||||||
header, p.caption
|
header, p.caption
|
||||||
color: $nav-caption
|
color: $nav-caption
|
||||||
height: $base-font-size * 2
|
height: $base-font-size * 2
|
||||||
display: inline-block
|
|
||||||
line-height: $base-font-size * 2
|
line-height: $base-font-size * 2
|
||||||
padding: 0 $gutter
|
padding: 0 $gutter
|
||||||
margin: $base-line-height / 2 0 0 0
|
margin: $base-line-height / 2 0 0 0
|
||||||
@ -149,7 +148,6 @@ html
|
|||||||
color: $menu-link-light
|
color: $menu-link-light
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
a
|
a
|
||||||
display: inline-block
|
|
||||||
line-height: 18px
|
line-height: 18px
|
||||||
padding: $gutter / 4 $gutter
|
padding: $gutter / 4 $gutter
|
||||||
display: block
|
display: block
|
||||||
@ -176,10 +174,7 @@ html
|
|||||||
z-index: $z-index-popover
|
z-index: $z-index-popover
|
||||||
background-color: $nav-search-background-color
|
background-color: $nav-search-background-color
|
||||||
text-align: center
|
text-align: center
|
||||||
padding: $gutter / 2
|
|
||||||
display: block
|
|
||||||
color: $nav-search-color
|
color: $nav-search-color
|
||||||
margin-bottom: $gutter / 2
|
|
||||||
input[type=text]
|
input[type=text]
|
||||||
width: 100%
|
width: 100%
|
||||||
border-radius: 50px
|
border-radius: 50px
|
||||||
|
Loading…
Reference in New Issue
Block a user