various updates
[~bandali/bndl.org] / static / style.css
index 8527bc6..f86c4e4 100644 (file)
@@ -173,7 +173,7 @@ code {
 }
 
 /* box effect */
-details, pre, code {
+.box, details, pre, code {
   background-color: #f8f8f8;
   border: 1px solid #e6e6e6;
   border-radius: 4px;
@@ -182,6 +182,10 @@ details, pre, code {
 details pre {
   border: none;
 }
+p.box {
+  font-size: 0.95em;
+  padding: 0.3em 0.6em;
+}
 
 table td {
   padding: 0.125em 0.3em;