You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bo...@apache.org on 2014/01/21 16:50:40 UTC

svn commit: r894980 - /websites/production/tapestry/content/styles/style.css

Author: bobharner
Date: Tue Jan 21 15:50:40 2014
New Revision: 894980

Log:
Another 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:50:40 2014
@@ -225,7 +225,7 @@ a.blogDate {
 
 #content .navmenu TABLE { width: auto !important }
 DIV.navmenu { margin-left: 1em !important; padding-left: 1em !important; }
-UL.content-by-label { padding: 1em 1em 1em 0; list-style: none; }
+#content 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; }