|
@@ -35,4 +35,5 @@ body { word-break: break-all; overflow: auto; }
|
|
|
hr.main_hr { border: none; }
|
|
hr.main_hr { border: none; }
|
|
|
#include_link { display: none; }
|
|
#include_link { display: none; }
|
|
|
.foot_plus { background: gainsboro; }
|
|
.foot_plus { background: gainsboro; }
|
|
|
-#toc_title { font-size: 18px; }
|
|
|
|
|
|
|
+#toc_title { font-size: 18px; }
|
|
|
|
|
+blockquote { background-image: url(/views/acme/img/quote.png); background-position: calc(100% - 10px) 10px; background-repeat: no-repeat; background-size: 25px; }
|