Merge pull request #5842 from Stanford-Online/giulio/prerequisites-style-fixes

Remove extra prerequisites style and class
This commit is contained in:
Chris
2014-12-05 09:03:14 -05:00
2 changed files with 17 additions and 26 deletions

View File

@@ -532,31 +532,21 @@
.important-dates {
list-style: none;
margin: 0px;
padding: 0 ($baseline/2);
padding: 0px;
li {
.important-dates-item {
@include clearfix;
border-bottom: 1px dotted $border-color-2;
margin-bottom: $baseline;
padding-bottom: ($baseline/2);
&.prerequisites {
border: 1px solid $border-color-2;
margin: 0 -($baseline/2) 0;
padding: ($baseline/2);
p {
margin-right: ($baseline/2);
}
}
&:hover, &:focus {
.icon {
opacity: 1.0;
}
}
p {
.important-dates-item-title {
color: $lighter-base-font-color;
float: left;
font-family: $sans-serif;
@@ -569,7 +559,7 @@
opacity: .6;
}
span {
.important-dates-item-text {
float: right;
font-weight: 700;
}