src/pyams_default_theme/resources/css/pyams-default.css
changeset 233 d5f9f495dc30
parent 231 d462a5ced83e
child 257 cc4ae9a70a17
--- a/src/pyams_default_theme/resources/css/pyams-default.css	Mon Nov 19 15:17:08 2018 +0100
+++ b/src/pyams_default_theme/resources/css/pyams-default.css	Mon Nov 19 22:59:24 2018 +0100
@@ -26,7 +26,7 @@
   position: absolute;
   top: 10px;
   left: 10px;
-  max-height: calc(80%);
+  max-height: calc(100% - 20px);
 }
 body .affix {
   top: 0;
@@ -186,4 +186,21 @@
   margin-top: 0.5em;
   margin-bottom: 0.5em;
 }
+/**
+ * Verbatim
+ */
+.verbatim .panel-body {
+  position: relative;
+  margin-left: 50px;
+}
+.verbatim .panel-body::before {
+  content: '«';
+  position: absolute;
+  left: -30px;
+  top: 0;
+  font-size: 4em;
+}
+.verbatim .panel-body .author {
+  margin-top: 0.5em;
+}
 /*# sourceMappingURL=pyams-default.css.map */
\ No newline at end of file