do not pad title-less stars
This commit is contained in:
Родитель
465d22cc0e
Коммит
bd83902931
|
@ -67,10 +67,10 @@
|
|||
line-height: 16px;
|
||||
font-style: italic;
|
||||
.stars {
|
||||
padding: 2px 0;
|
||||
padding: 1px 0;
|
||||
}
|
||||
.stars:not(:first-child) {
|
||||
margin-left: .5em;
|
||||
b:not(:empty) {
|
||||
margin-right: .5em;
|
||||
}
|
||||
}
|
||||
h3.addon-name {
|
||||
|
@ -102,6 +102,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
.html-rtl #reviews .review {
|
||||
h3, h4 {
|
||||
b:not(:empty) {
|
||||
margin: 0 0 0 .5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.stars {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
|
Загрузка…
Ссылка в новой задаче