mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
18 lines
225 B
CSS
18 lines
225 B
CSS
.block_lp.block .content h3 {
|
|
padding: 0;
|
|
text-transform: none;
|
|
}
|
|
|
|
.block_lp .sub-content {
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.block_lp ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
}
|
|
|
|
.block_lp ul .more {
|
|
padding-top: 10px;
|
|
}
|