# HG changeset patch # User Meredith Howard # Date 1475173547 14400 # Node ID 466b95c31b1ed147d5cb41ec5212028fe7f5d840 # Parent 2f02fa724f42876afeb0dfc0a32affd8468cafe0 make this a little more specific diff --git a/.js/lobste.rs.js b/.js/lobste.rs.js --- 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%; }"