Author: bobharner
Date: Tue Jan 21 15:46:33 2014
New Revision: 894979

Log:
Fixed cosmetic issues with bulleted lists in Related Articles boxes caused by 
Confluence upgrade

Modified:
    websites/production/tapestry/content/styles/style.css

Modified: websites/production/tapestry/content/styles/style.css
==============================================================================
--- websites/production/tapestry/content/styles/style.css (original)
+++ websites/production/tapestry/content/styles/style.css Tue Jan 21 15:46:33 
2014
@@ -224,7 +224,11 @@ a.blogDate {
 }
 
 #content .navmenu TABLE { width: auto !important }
-DIV.navmenu { margin-left: 1em !important; }
+DIV.navmenu { margin-left: 1em !important; padding-left: 1em !important; }
+UL.content-by-label { padding: 1em 1em 1em 0; list-style: none; }
+UL.content-by-label>li:first-child { margin-top: 0; }
+UL.content-by-label>li { overflow: auto; margin-top: 7px; }
+UL.content-by-label>li DIV { display: inline; }
 
 #top p { margin: 0; }
 


Reply via email to