From 75e0894de0a8efb02f95b4c1d9e974f8179db85c Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Wed, 21 Jan 2015 17:33:03 +0100 Subject: [PATCH] theme: typo --- data/theme/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/_common.scss b/data/theme/_common.scss index fbaa8000c..1107d2cd0 100644 --- a/data/theme/_common.scss +++ b/data/theme/_common.scss @@ -947,7 +947,7 @@ StScrollBar { // For window decorations with round corners we can't match // the exact shape when the window is scaled. So apply a shadow // to fix that case - box-shadow: inset 0px 0px 0px 1px $selected_bg_color;; + box-shadow: inset 0px 0px 0px 1px $selected_bg_color; } .window-caption { spacing: 25px;