« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/static/site4.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/static/site4.css b/src/static/site4.css
index 6fffba4..a1a9ef4 100644
--- a/src/static/site4.css
+++ b/src/static/site4.css
@@ -723,18 +723,23 @@ ul > li.has-details {
   font-style: oblique;
 }
 
-hr.split::before {
+#content hr {
+  border: 1px inset #808080;
+  width: 100%;
+}
+
+#content hr.split::before {
   content: "(split)";
   color: #808080;
 }
 
-hr.split {
+#content hr.split {
   position: relative;
   overflow: hidden;
   border: none;
 }
 
-hr.split::after {
+#content hr.split::after {
   display: inline-block;
   content: "";
   border: 1px inset #808080;