first ui changes according to #135 not done yet
This commit is contained in:
parent
b5d8417d8c
commit
927181e33e
1 changed files with 4 additions and 2 deletions
|
@ -43,11 +43,11 @@ body > ol > li:first-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
body > ol > li:nth-child(odd), .error, header.profile {
|
body > ol > li:nth-child(odd), .error, header.profile {
|
||||||
background: url(../img/odd-bg.png) repeat-x bottom #fafafa;
|
background: #fafafa;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > ol > li:nth-child(even) {
|
body > ol > li:nth-child(even) {
|
||||||
background: url(../img/even-bg.png) repeat-x bottom #f2f2f2;
|
background: #f2f2f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > ol > li:hover {
|
body > ol > li:hover {
|
||||||
|
@ -157,6 +157,7 @@ li .name:first-child {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 0 3px 2px 3px;
|
padding: 0 3px 2px 3px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
li:hover .name {
|
li:hover .name {
|
||||||
|
@ -293,6 +294,7 @@ li.mentioned {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border: none;
|
border: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reposted_by ul:after {
|
.reposted_by ul:after {
|
||||||
|
|
Reference in a new issue