2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

minor font sizing CSS fixups

This commit is contained in:
Jeff Atwood 2014-12-16 01:12:52 -08:00
parent dfd7e69df7
commit 23899281d8
4 changed files with 0 additions and 13 deletions

View file

@ -101,7 +101,6 @@ div.ac-wrap {
font-size: 1em; font-size: 1em;
} }
input { input {
text-align: center;
width: 150px; width: 150px;
} }
.examples { .examples {
@ -119,7 +118,6 @@ div.ac-wrap {
.auto-close-fields { .auto-close-fields {
i.fa-clock-o { i.fa-clock-o {
font-size: 1.143em; font-size: 1.143em;
line-height: 8px;
} }
input { input {
margin: 0; margin: 0;

View file

@ -8,7 +8,6 @@
h1 { h1 {
a.edit-topic { a.edit-topic {
font-size: 1.214em;
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
position: relative; position: relative;

View file

@ -486,10 +486,6 @@ a.star {
border-radius: 0; border-radius: 0;
margin-top: 10px; margin-top: 10px;
} }
.title {
font-size: 1em; line-height: 8px;
}
} }
span.post-count { span.post-count {
@ -557,7 +553,6 @@ video {
a.star { a.star {
margin: 0 7px 20px 2px; margin: 0 7px 20px 2px;
font-size: 1.214em;
color: dark-light-diff($secondary, $primary, 80%, -20%) !important; color: dark-light-diff($secondary, $primary, 80%, -20%) !important;
} }
a.star.starred {color: $danger !important;} a.star.starred {color: $danger !important;}

View file

@ -311,11 +311,6 @@ a.star {
font-size: 0.714em; font-size: 0.714em;
vertical-align: top; vertical-align: top;
} }
.title {
font-size: 1em; line-height: 8px;
}
} }