From 314ae67ddfaa8b1846f4ad9ac2ecbd58cdb5f2e3 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Tue, 25 Jun 2013 00:02:39 +0100 Subject: [PATCH] MDL-40314 theme_formfactor: fixed parse error in style/core.css --- theme/formfactor/style/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/formfactor/style/core.css b/theme/formfactor/style/core.css index 41038be4062..b03f9d0b728 100644 --- a/theme/formfactor/style/core.css +++ b/theme/formfactor/style/core.css @@ -83,7 +83,7 @@ body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea { .mform legend { border: 1px solid #ddd; padding: 2px 7px; - background-image: : url([[pix:theme|gradient-sb]]); + background-image: url([[pix:theme|gradient-sb]]); background-repeat: repeat-x; background-position: 0 -25%; }