studio - removing default styling for abbreviation elements, fixing typo in title attribute for timepickers

This commit is contained in:
Brian Talbot
2013-04-05 11:06:34 -04:00
parent fa31953924
commit 7ff975e0b6
4 changed files with 16 additions and 6 deletions

View File

@@ -57,6 +57,12 @@ table {
border-spacing: 0;
}
abbr[title] {
border-bottom: none;
text-decoration: none;
cursor: pointer;
}
// ====================
// grandfathered styles

View File

@@ -258,6 +258,7 @@ body.course.subsection {
.remove-date {
display: block;
margin-top: ($baseline/4);
}
}