label axes (albeit uninformatively), explain diagram in a boxed aside
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index a32ebdb..6adaa98 100644 (file)
@@ -335,3 +335,15 @@ p#notes-header {
 ol.simple-footnotes {
     font-size: 85%;
 }
+
+
+/* sidebar-aside */
+aside.boxout {
+    width: 80%;
+    font-size: 12px;
+    background-color: #E5E5E5;
+    outline-style: solid;
+    outline-color: black;
+    outline-width: 1px;
+    padding: 6px;
+}