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:
2
css/bootstrap.min.css
vendored
2
css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user