Commit aab315f4 authored by Julius Volz's avatar Julius Volz

Improve alert styling.

parent aedda184
......@@ -8,7 +8,7 @@ class AdmonitionFilter < Nanoc::Filter
BOOSTRAP_MAPPING = {
'tip' => 'info',
'note' => 'info',
'caution' => 'danger',
'caution' => 'warning',
'todo' => 'info',
}
......
......@@ -79,7 +79,7 @@ footer p {
font-size: 18px;
}
.doc-content p, .doc-content.ul {
.doc-content p, .doc-content.ul, .doc-content .alert {
margin: 25px 0 25px 0;
}
......
Markdown is supported
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