mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
MDL-61657 block_myoverview: whitespace and css-style fixes
This commit is contained in:
parent
c8cc25caba
commit
5e488f8c22
@ -35,7 +35,6 @@ class core_geopattern extends \RedeyeVentures\GeoPattern\GeoPattern {
|
||||
*/
|
||||
public function patternbyid($uniqueid) {
|
||||
$this->setString($uniqueid);
|
||||
|
||||
}
|
||||
|
||||
public function datauri() {
|
||||
|
@ -344,7 +344,7 @@
|
||||
background-color: transparent;
|
||||
|
||||
.row-fluid [class*="span"] {
|
||||
margin-left:0px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.event-list-item {
|
||||
|
@ -16488,7 +16488,7 @@ body {
|
||||
background-color: transparent;
|
||||
}
|
||||
.block_myoverview .row-fluid [class*="span"] {
|
||||
margin-left: 0px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.block_myoverview .event-list-item {
|
||||
border-bottom: 1px solid #ddd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user