Skip to content

Instantly share code, notes, and snippets.

@cubedtear
Last active April 24, 2017 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cubedtear/597eee8302f0dc19e7a1f5a621918e5e to your computer and use it in GitHub Desktop.
Save cubedtear/597eee8302f0dc19e7a1f5a621918e5e to your computer and use it in GitHub Desktop.
.coursebox .content .teachers {
width: 100%;
}
.coursebox {
padding: 0;
margin-bottom: 0;
border: none;
}
.courses .coursebox.even {
background-color: #fff;
}
.coursebox:hover, .coursebox.even:hover {
background-color: #fff !important;
}
.coursebox>.info>.coursename a {
display: list-item;
background-image: none;
padding-left: 0px !important;
margin-left: 21px;
}
.container-fluid {
max-width: 100% !important;
margin: 0 auto !important;
}
.container-fluid {
padding-right: 20px !important;
padding-left: 20px !important;
}
.row-fluid .desktop-first-column {
max-width: 25%;
}
#region-main {
width: 75%;
}
#block-region-side-post {
width: 20%;
margin: 0;
}
#region-bs-main-and-pre {
width: 80%;
}
#page-content {
margin-top: 20px;
}
#frontpage-course-list {
margin-left: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment