mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-33521 css: Fixed invalid CSS in core CSS and plugin styles.css files
This commit is contained in:
parent
d71b79a406
commit
d75e8e3ac8
12 changed files with 24 additions and 25 deletions
|
@ -3,7 +3,7 @@
|
|||
width: 60%;
|
||||
margin: auto;
|
||||
padding: 1em;
|
||||
border: 1px black solid;
|
||||
border: 1px solid black;
|
||||
-moz-border-radius: 6px;
|
||||
}
|
||||
.path-admin-tool-health dl.healthissues {
|
||||
|
@ -35,15 +35,15 @@
|
|||
.path-admin-tool-health dl.healthissues dd {
|
||||
margin: 0px;
|
||||
padding: 1em;
|
||||
border: 1px black solid;
|
||||
border: 1px solid black;
|
||||
}
|
||||
.path-admin-tool-health dl.healthissues dt {
|
||||
font-weight: bold;
|
||||
border-bottom: none;
|
||||
border-bottom: 0;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
.path-admin-tool-health dl.healthissues dd {
|
||||
border-top: none;
|
||||
border-top: 0;
|
||||
padding-top: 0.5em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue