removing the info about using bundler b/c people were getting errors and it was causing confusion unnecessarily. also made an edit to bootstrap's print media styling to allow color.

This commit is contained in:
Tom Johnson
2015-12-02 14:44:42 -08:00
parent e4e080c28b
commit ee12a85c6d
4 changed files with 37 additions and 31 deletions

File diff suppressed because one or more lines are too long

View File

@ -149,8 +149,12 @@ h1 { string-set: doctitle content() }
}
}
.alert {
background-color: #f0f0f0 !important;
background-color: #fafafa !important;
border-color: #dedede !important;
color: black;
}
pre {
background-color: #fafafa;
}