diff --git a/public_html/css/forms.css b/public_html/css/forms.css index ef7f375e..db03f19a 100644 --- a/public_html/css/forms.css +++ b/public_html/css/forms.css @@ -40,7 +40,7 @@ input[type=password] { box-shadow: 0 1px 2px -1px #e0e0e0 inset; background: #fafafa; font-family: 'Inconsolata', monospace; - font-size: 110%; + font-size: 100%; text-overflow: ellipsis; width: 100%; box-sizing: border-box; @@ -200,7 +200,6 @@ input[type=checkbox]:focus + label { font-family: 'Droid Sans', sans-serif; margin: 1px; padding: 2px 4px; - font-size: 15px; } .tag-input input { border: none; @@ -210,13 +209,13 @@ input[type=checkbox]:focus + label { color: black; } .tag-input li a.close { - font-size: 14px; + font-size: 85%; margin-left: 0.75em; } .related-tags { line-height: 200%; - font-size: 15px; + font-size: 95%; display: none; margin: 0.5em 0.5em 1em 0.5em; } diff --git a/public_html/css/post.css b/public_html/css/post.css index 01f59005..600bea83 100644 --- a/public_html/css/post.css +++ b/public_html/css/post.css @@ -41,7 +41,6 @@ #post-view-wrapper #sidebar { line-height: 1.33em; - font-size: 90%; } #post-view-wrapper #sidebar h1 {