Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions styles/courses.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ header .cta-btn {
text-decoration: underline;
}

.lesson a:hover,
.lesson a:hover,
.lesson a:active {
text-decoration: none;
}
Expand All @@ -258,7 +258,9 @@ header .cta-btn {
max-width: 300px;
}

.lesson p, .lesson ul, .lesson ol {
.lesson p,
.lesson ul,
.lesson ol {
clear: both;
margin-bottom: 20px;
}
Expand Down Expand Up @@ -523,7 +525,7 @@ ol.sections-name .lesson-details {
margin-left: 15px;
}

.lesson li {
.lesson li {
margin-left: 40px;
}

Expand Down Expand Up @@ -567,6 +569,13 @@ ol.sections-name .lesson-details {
list-style-position: inside;
}

/* overflow content handling in klipse-result */
.klipse-result > * {
overflow-x: auto;
white-space: pre-wrap;
word-break: break-all;
}

.support-tweet {
text-align: center;
}
Expand All @@ -576,4 +585,4 @@ ol.sections-name .lesson-details {
min-width: 300px;
max-width: 550px;
width: 100%;
}
}