make this a little more specific

Thu, 29 Sep 2016 14:25:47 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 29 Sep 2016 14:25:47 -0400
changeset 397
466b95c31b1e
parent 396
2f02fa724f42
child 398
15a173de64c4

make this a little more specific

.js/lobste.rs.js file | annotate | diff | comparison | revisions
--- a/.js/lobste.rs.js
+++ b/.js/lobste.rs.js
@@ -3,7 +3,7 @@
 if (document.querySelector('div.story_content')) {
   var sheet = document.createElement('style')
   sheet.innerHTML = "\
-    li.story { height: 7.5em; } \
+    ol.list li.story { height: 7.5em; } \
     li.story div.byline { color: #777; } \
     li.story div.byline a { color: #777; } \
     li.story div.story_content { color: #999; font-size: 95%; }"

mercurial