Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
ref: keep data-module-code at bottom of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Nov 13, 2023
1 parent 626903e commit e795031
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
14 changes: 7 additions & 7 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,13 @@
grid-template-columns: 1fr 1fr;
}
}
div.container {
padding-bottom: 0;
margin-bottom: 0;
}
.uomFooter {
display: none;
}
.listElement li[data-module-code],
.courseListing li[data-module-code] {
position: relative;
Expand Down Expand Up @@ -544,13 +551,6 @@
.courseListing li[data-module-code^=MATH] {
--bg-url: url("https://raw.githubusercontent.com/adil192/BlackboardTheme/main/assets/subjects/MATH/geometry-1044090_640.jpg");
}
div.container {
padding-bottom: 0;
margin-bottom: 0;
}
.uomFooter {
display: none;
}
}
@-moz-document url-prefix("https://online.manchester.ac.uk/webapps/assessment") {
.infoListWrapper {
Expand Down
Loading

0 comments on commit e795031

Please sign in to comment.