Commit 54de8a31 by Giulio Gratta Committed by Jason Bau

revert patch on some course about page styling

parent b7ef9f56
......@@ -152,28 +152,18 @@
text-transform: uppercase;
text-align: center;
float: left;
margin: 1px 0 0 0;
margin: 1px flex-gutter(8) 0 0;
@include transition(none);
width: flex-grid(6);
width: flex-grid(5, 8);
}
#register_error {
float: left;
background: $error-red;
border: 1px solid rgb(202, 17, 17);
color: rgb(143, 14, 14);
display: none;
padding: 12px;
margin-top: 5px;
a {
color: white;
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
}
}
}
......@@ -354,19 +344,6 @@
}
}
}
section.unauth-tos p {
font-weight: bold;
a {
font-weight: bold;
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
}
}
.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