removing extra border
This commit is contained in:
parent
05dddcb2fd
commit
de6dd2dc02
|
@ -262,6 +262,15 @@ aside.quote {
|
||||||
padding:1px;
|
padding:1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.topic-links {
|
||||||
|
tr {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
.badge-notification {
|
||||||
|
margin: 1px 5px 2px 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-avatar, .avatar-flair-preview, .user-card-avatar, .topic-map .poster, .user-profile-avatar {
|
.topic-avatar, .avatar-flair-preview, .user-card-avatar, .topic-map .poster, .user-profile-avatar {
|
||||||
|
|
|
@ -406,12 +406,6 @@ nav.post-controls {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-links {
|
|
||||||
.badge-notification {
|
|
||||||
margin: 1px 5px 5px 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
float: right;
|
float: right;
|
||||||
.btn {
|
.btn {
|
||||||
|
|
|
@ -226,12 +226,6 @@ a.reply-to-tab {
|
||||||
.user {float: left; margin: 0 10px 10px 0;}
|
.user {float: left; margin: 0 10px 10px 0;}
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-links {
|
|
||||||
.badge-notification {
|
|
||||||
margin: 1px 5px 2px 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
.btn {
|
.btn {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in New Issue