Make <hr> elements non-display. Bam, instantly cleaner!
authorMike Taylor <mike@indexdata.com>
Thu, 27 Jun 2013 12:38:38 +0000 (14:38 +0200)
committerMike Taylor <mike@indexdata.com>
Thu, 27 Jun 2013 12:38:38 +0000 (14:38 +0200)
experiments/spclient/mkwsStyle.css

index 57d0c6b..465e3ee 100644 (file)
     font-size: 12px;
 }
 
+#mkwsRecords hr {
+    display: none;
+}
+
 #mkwsRecords div.termtitle {
     margin: 4px;
     font-weight: bold;