UX: support onebox labels
This commit is contained in:
parent
9c5ad4648f
commit
6d8976e949
|
@ -433,6 +433,16 @@ aside.onebox.stackexchange .onebox-body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// whitelistedgeneric twitter labels
|
||||||
|
.onebox.whitelistedgeneric {
|
||||||
|
.label1 {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
.label2 {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// mobile specific style
|
// mobile specific style
|
||||||
.mobile-view article.onebox-body {
|
.mobile-view article.onebox-body {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
|
Loading…
Reference in New Issue