Commit 54de8a31 by Giulio Gratta Committed by Jason Bau

revert patch on some course about page styling

parent b7ef9f56
...@@ -152,28 +152,18 @@ ...@@ -152,28 +152,18 @@
text-transform: uppercase; text-transform: uppercase;
text-align: center; text-align: center;
float: left; float: left;
margin: 1px 0 0 0; margin: 1px flex-gutter(8) 0 0;
@include transition(none); @include transition(none);
width: flex-grid(6); width: flex-grid(5, 8);
} }
#register_error { #register_error {
float: left;
background: $error-red; background: $error-red;
border: 1px solid rgb(202, 17, 17); border: 1px solid rgb(202, 17, 17);
color: rgb(143, 14, 14); color: rgb(143, 14, 14);
display: none; display: none;
padding: 12px; padding: 12px;
margin-top: 5px; margin-top: 5px;
a {
color: white;
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
} }
} }
} }
...@@ -354,19 +344,6 @@ ...@@ -354,19 +344,6 @@
} }
} }
} }
section.unauth-tos p {
font-weight: bold;
a {
font-weight: bold;
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
}
} }
.course-sidebar { .course-sidebar {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment