aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--data/ui/epiphany.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/ui/epiphany.css b/data/ui/epiphany.css
index 6b52eedb8..b3b9757e3 100644
--- a/data/ui/epiphany.css
+++ b/data/ui/epiphany.css
@@ -1,7 +1,7 @@
#ephy-status-frame {
border-style: solid;
- border-width: 1;
- padding: 4;
+ border-width: 1px;
+ padding: 4px;
}
#ephy-tab-close-button {
@@ -21,8 +21,8 @@
#ephy-progress-bar {
-GtkProgressBar-xspacing: 0;
- -GtkProgressBar-yspacing: 3;
- -GtkProgressBar-min-horizontal-bar-height: 3;
+ -GtkProgressBar-yspacing: 3px;
+ -GtkProgressBar-min-horizontal-bar-height: 3px;
padding: 0;
}