mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-64506 templates: replace spans where and col-x appears
This commit is contained in:
parent
5cac5fa428
commit
5edb0fbcb5
19 changed files with 102 additions and 102 deletions
|
@ -22,7 +22,7 @@
|
|||
.container-fluid {
|
||||
padding: 0;
|
||||
|
||||
.span6 {
|
||||
.col-md-6 {
|
||||
min-height: 20px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13388,7 +13388,7 @@ a.ygtvspacer:hover {
|
|||
|
||||
.preferences-container .container-fluid {
|
||||
padding: 0; }
|
||||
.preferences-container .container-fluid .span6 {
|
||||
.preferences-container .container-fluid .col-md-6 {
|
||||
min-height: 20px; }
|
||||
|
||||
.preferences-container .align-bottom {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue