Skip to content
Snippets Groups Projects
Commit 7ddda0e1 authored by Greg Wilson's avatar Greg Wilson
Browse files

Preparing material for Version 5 novice release

parent 429de195
Branches
Tags
No related merge requests found
/* Customizations to Bootstrap's default styles */
blockquote p {
font-size: inherit;
font-weight: inherit;
line-height: inherit;
}
/* readability: darken the alert colour for contrast with background */
.alert {
color: rgb(0,0,0);
......
......@@ -3,14 +3,25 @@ h1, h2, h3, h4, h5, h6 {
color: rgb(03,03,03);
}
h1, h2 {
h1, h2 {
margin-top: 40px;
margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
}
}
/* Chapter titles. */
div.chapter h2 {
text-align: center;
font-style: italic;
}
/* Objectives and key points */
.objectives, .keypoints {
background-color: azure;
}
/* Comments in code. */
.comment {
......@@ -223,22 +234,12 @@ img.logoARB {
float: right;
}
/* Sections in book chapters. */
section {
clear: both;
}
/* Person's name in team.html. */
span.person {
font-weight: bold;
font-style: italic;
}
/* Short review of book in bibliography. */
span.review {
font-style: italic;
}
/* Bibliography book covers. */
img.book-cover {
width: 80px;
......@@ -301,14 +302,14 @@ table.bootcamps td.date {
/* Badge modal dialog */
#assertion-modal {
width:700px;
width:700px;
margin-left:-350px;
}
#assertion-modal iframe {
background-color: transparent;
border: 0px none transparent;
padding: 0px;
width: 100%;
width: 100%;
height: 20em;
}
......@@ -321,5 +322,5 @@ table.bootcamps td.date {
/* list with checkbox as bullet */
ul.checklist {
list-style-image: url('/img/checkbox.png');
list-style-image: url('/img/checkbox.png');
}
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