floating title: fix feed styling
This commit is contained in:
parent
d095f42fa4
commit
b532ef24ed
|
@ -278,6 +278,12 @@ div#floatingTitle div.hlFeed {
|
||||||
white-space : nowrap;
|
white-space : nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#floatingTitle div.hlFeed a {
|
||||||
|
border-radius : 4px;
|
||||||
|
display : inline-block;
|
||||||
|
padding : 1px 4px 1px 4px;
|
||||||
|
}
|
||||||
|
|
||||||
div#floatingTitle span.updated {
|
div#floatingTitle span.updated {
|
||||||
padding-right : 10px;
|
padding-right : 10px;
|
||||||
white-space : nowrap;
|
white-space : nowrap;
|
||||||
|
|
Loading…
Reference in New Issue