MDL-40314 theme_formfactor: fixed parse error in style/core.css

This commit is contained in:
Mary Evans 2013-06-25 00:02:39 +01:00
parent 564ef3ee94
commit 314ae67ddf

View File

@ -83,7 +83,7 @@ body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea {
.mform legend { .mform legend {
border: 1px solid #ddd; border: 1px solid #ddd;
padding: 2px 7px; padding: 2px 7px;
background-image: : url([[pix:theme|gradient-sb]]); background-image: url([[pix:theme|gradient-sb]]);
background-repeat: repeat-x; background-repeat: repeat-x;
background-position: 0 -25%; background-position: 0 -25%;
} }