]> git.p6c8.net - pcdenotes.git/blobdiff - notes/static/notes/style.css
Remove a margin-bottom coming from Bootstrap
[pcdenotes.git] / notes / static / notes / style.css
index 00b446d398fba7d97ba9746f78b9d0de53073a00..2a52b55c0bdbbf8db4b98aa96b41429d293eebe5 100644 (file)
@@ -30,6 +30,18 @@ article img {
     max-width: 100%;
 }
 
+article blockquote {
+    background: #eeeeee;
+    font-style: italic;
+    border-left: 2px solid #d63384;
+    padding: 0.5em;
+}
+
+/* Removes a margin-bottom coming from Bootstrap, but not making sense in this case */
+article blockquote p:last-child {
+    margin-bottom: 0;
+}
+
 footer {
     color: #ffffff;
     background-color: #212529;

patrick-canterino.de