Merge pull request #844 from readthedocs/blendify/fix-837

Fix  #837 Duplicate CSS Properties
This commit is contained in:
Anthony 2019-10-24 10:32:41 -06:00 committed by GitHub
commit 2a1b2e1353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ html
header, p.caption
color: $nav-caption
height: $base-font-size * 2
display: inline-block
line-height: $base-font-size * 2
padding: 0 $gutter
margin: $base-line-height / 2 0 0 0
@ -149,7 +148,6 @@ html
color: $menu-link-light
font-weight: normal
a
display: inline-block
line-height: 18px
padding: $gutter / 4 $gutter
display: block
@ -176,10 +174,7 @@ html
z-index: $z-index-popover
background-color: $nav-search-background-color
text-align: center
padding: $gutter / 2
display: block
color: $nav-search-color
margin-bottom: $gutter / 2
input[type=text]
width: 100%
border-radius: 50px