[Rigo] css: always provide unit (px) with non-zero size values

This commit is contained in:
Fabio Erculiani
2012-04-25 19:20:04 +02:00
parent 5ad85ee3c5
commit 71e43116c3
2 changed files with 5 additions and 5 deletions

View File

@@ -13,11 +13,11 @@
.backforward-left-button {
border-radius: 3 0 0 3;
border-radius: 3px 0 0 3px;
}
.backforward-right-button {
border-radius: 0 3 3 0;
border-radius: 0 3px 3px 0;
}
.subtle,
@@ -29,7 +29,7 @@
}
.cellrenderer-button {
border-radius: 3
border-radius: 3px;
}
.cellrenderer-avgrating-label {
@@ -56,7 +56,7 @@
.item-view-separator {
border-color: shade (@light-aubergine, 0.9);
border-width: 1;
border-width: 1px;
}
.light-aubergine-bg {

View File

@@ -31,7 +31,7 @@ GtkArrow:hover,
.item-view-separator {
border-color: white;
border-width: 2;
border-width: 2px;
}
.more-link {