Skip to content
Snippets Groups Projects
Commit 803f9984 authored by Tim Steiner's avatar Tim Steiner
Browse files

Fix print view when a change course request is viewed.

parent ea5fc2d5
No related branches found
No related tags found
No related merge requests found
@CHARSET "UTF-8";
.clear {clear: both;}
#aceLogo {
float: right;
height: 75px;
......@@ -15,6 +17,15 @@ div.courseInfo {
font-family: sans-serif;
}
#creqMain div.courseInfo .current {
clear: left;
width: 49%;
}
#creqMain div.courseInfo .proposed {
width: 49%;
}
div.courseCode {
font-size: 18px;
font-weight: bold;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment