Skip to content

Commit

Permalink
Fix style changes introduced by tipue
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Jun 9, 2019
1 parent 6fabea1 commit 9464718
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions static/tipuesearch/tipuesearch.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,6 @@ http://www.tipue.com/search
/* search box */


#tipue_search_input
{
float: left;
font: 15px 'Open Sans', sans-serif;
color: #333;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 230px;
background-color: #f3f3f3;
border: none;
padding: 9px 0 10px 18px;
height: 56px;
border-radius: 3px;
-moz-appearance: none;
-webkit-appearance: none;
box-sizing: border-box;
box-shadow: none;
outline: 0;
margin: 0;
}
#tipue_search_input:-webkit-autofill,
#tipue_search_input:-webkit-autofill:hover,
#tipue_search_input:-webkit-autofill:focus
Expand Down Expand Up @@ -86,7 +66,7 @@ http://www.tipue.com/search
}
.tipue_search_content_title
{
font: 300 32px/1.4 Merriweather, serif;
font: 300 31.5px/40px Baskerville,Garamond,Georgia,'DejaVu Serif','Times New Roman',Times,Serif;
color: #111;
}
.tipue_search_content_title a
Expand Down Expand Up @@ -124,7 +104,6 @@ http://www.tipue.com/search
}
.tipue_search_content_url a, .tipue_search_note a, .tipue_search_related a, #tipue_search_replace a, #tipue_search_replace a:hover
{
color: #339e41;
text-decoration: none;
}
.tipue_search_content_url a:hover, .tipue_search_note a:hover, .tipue_search_related a:hover
Expand All @@ -142,7 +121,7 @@ http://www.tipue.com/search
}
.tipue_search_content_text
{
font: 300 18px/1.6 Merriweather, serif;
font: 1.2em/1.6em 'PT Serif',Georgia,'Times New Roman',Times,Serif;
color: #333;
word-wrap: break-word;
hyphens: auto;
Expand All @@ -151,6 +130,7 @@ http://www.tipue.com/search
.tipue_search_content_bold
{
font-weight: 400;
font-family: 'Open Sans', sans-serif;
color: #333;
}
.tipue_search_content_debug
Expand Down

0 comments on commit 9464718

Please sign in to comment.