You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bo...@apache.org on 2015/07/26 22:25:55 UTC

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

Author: bobharner
Date: Sun Jul 26 20:25:55 2015
New Revision: 959680

Log:
Restored border & background color for Related Articles box

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 Sun Jul 26 20:25:55 2015
@@ -229,6 +229,21 @@ DIV.navmenu { margin-left: 1em !importan
 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; }
+.aui-label { background-color: #F2F2F2; }
+.aui-label {
+    background: none repeat scroll 0% 0% #F5F5F5;
+    border: 1px solid #CCC;
+    border-radius: 3.01px;
+    color: #3572B0;
+    display: inline-block;
+    font-size: 14px;
+    font-weight: normal;
+    line-height: 1;
+    padding: 1px 5px;
+    margin: 0px 5px 0px 0px;
+    text-align: left;
+    text-decoration: none;
+}
 
 #top p { margin: 0; }