Skip to content

Commit

Permalink
Update sakaiCustomCSSLessons.css
Browse files Browse the repository at this point in the history
Removed height from h2 and h3 to allow the css to auto-balance
  • Loading branch information
mclare authored Jan 6, 2022
1 parent 3ea99de commit 67be7ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sakaiCustomCSSLessons.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
color:#FFFFFF;
background-color:#CC0000;
width:100%;
height:50px;
padding:20px;
margin-bottom:0px;
border-radius:20px;
Expand All @@ -17,7 +16,6 @@
color:#FFFFFF;
background-color:#CC0000;
width:100%;
height:50px;
padding:15px;
margin-top:0px;
border-radius:20px;
Expand Down Expand Up @@ -48,4 +46,4 @@
/* Make the background of the Student Pages & Checklist grey instead of blue */
.checklistDiv, .studentDiv, .studentContentTable {
background-color:#e0e0e0 !important;
}
}

0 comments on commit 67be7ba

Please sign in to comment.