Merge pull request #1558 from awesomerobot/master
differentiating visited topics better, fixing extra white space & alignment in header
This commit is contained in:
commit
0f5bd08aee
|
@ -42,6 +42,9 @@
|
||||||
border: 1px solid $topic-list-border-color;
|
border: 1px solid $topic-list-border-color;
|
||||||
@include border-radius-all(4px 4px 0 0);
|
@include border-radius-all(4px 4px 0 0);
|
||||||
@include box-shadow(0 1px 3px rgba($black, 0.22));
|
@include box-shadow(0 1px 3px rgba($black, 0.22));
|
||||||
|
|
||||||
|
a:visited {color: #888;}
|
||||||
|
|
||||||
tbody tr {
|
tbody tr {
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
&:nth-child(even) {
|
&:nth-child(even) {
|
||||||
|
|
|
@ -460,17 +460,17 @@ iframe {
|
||||||
|
|
||||||
.extra-info {
|
.extra-info {
|
||||||
h1 {
|
h1 {
|
||||||
display: inline-block;
|
margin: 7px 0 0 25px;
|
||||||
max-width: 800px;
|
line-height: 1em;
|
||||||
width: 90%;
|
a:not(.badge-category) {margin-left: -10px;}
|
||||||
margin: 7px 0 0 0;
|
|
||||||
line-height: 1.0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
a.star {
|
a.star {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
margin-top: 11px !important;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge-category {
|
.badge-category {
|
||||||
|
@ -616,7 +616,7 @@ h3 {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
line-height: 1.2;
|
line-height: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -636,6 +636,11 @@ blockquote {
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.info-line {
|
||||||
|
margin: 10px 0;
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
.quote .title {margin-right: 0;}
|
.quote .title {margin-right: 0;}
|
||||||
|
|
||||||
.quote-controls {
|
.quote-controls {
|
||||||
|
@ -775,14 +780,8 @@ button.show-replies {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.btn-group .dropdown-toggle:active,
|
.btn-group .dropdown-toggle:active,
|
||||||
.btn-group.open .dropdown-toggle {
|
.btn-group.open .dropdown-toggle {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
|
Loading…
Reference in New Issue