minor font sizing CSS fixups
This commit is contained in:
parent
dfd7e69df7
commit
23899281d8
|
@ -101,7 +101,6 @@ div.ac-wrap {
|
|||
font-size: 1em;
|
||||
}
|
||||
input {
|
||||
text-align: center;
|
||||
width: 150px;
|
||||
}
|
||||
.examples {
|
||||
|
@ -119,7 +118,6 @@ div.ac-wrap {
|
|||
.auto-close-fields {
|
||||
i.fa-clock-o {
|
||||
font-size: 1.143em;
|
||||
line-height: 8px;
|
||||
}
|
||||
input {
|
||||
margin: 0;
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
h1 {
|
||||
a.edit-topic {
|
||||
font-size: 1.214em;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
position: relative;
|
||||
|
|
|
@ -486,10 +486,6 @@ a.star {
|
|||
border-radius: 0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 1em; line-height: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
span.post-count {
|
||||
|
@ -557,7 +553,6 @@ video {
|
|||
|
||||
a.star {
|
||||
margin: 0 7px 20px 2px;
|
||||
font-size: 1.214em;
|
||||
color: dark-light-diff($secondary, $primary, 80%, -20%) !important;
|
||||
}
|
||||
a.star.starred {color: $danger !important;}
|
||||
|
|
|
@ -311,11 +311,6 @@ a.star {
|
|||
font-size: 0.714em;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 1em; line-height: 8px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue