mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-32262 theme_afterburner: fixed missing comma in afterburner_styles.css
This commit is contained in:
parent
58db57ad53
commit
04b1865d44
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ input[type="text"], input[type="password"], textarea {
|
|||
/*
|
||||
Coursebox Info & Summary
|
||||
------------------------*/
|
||||
.coursebox h3
|
||||
.coursebox h3,
|
||||
.coursebox .info,
|
||||
.coursebox .summary {
|
||||
text-align: left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue