Commit aab315f4 authored by Julius Volz's avatar Julius Volz

Improve alert styling.

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