mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
MDL-40314 theme_formfactor: fixed parse error in style/core.css
This commit is contained in:
parent
564ef3ee94
commit
314ae67ddf
@ -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%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user