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 2013/02/10 00:36:31 UTC

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

Author: bobharner
Date: Sat Feb  9 23:36:31 2013
New Revision: 850078

Log:
Minor style tweak to "up" icon for bottom-of-page {scrollbar}

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 Sat Feb  9 23:36:31 2013
@@ -233,6 +233,12 @@ div.Scrollbar table.ScrollbarTable {
     border-top: 1px solid #F0F0F0;
     border-bottom: 1px solid #F0F0F0;
 }
+DIV.Scrollbar .ScrollbarParent img {
+    width: 16px;
+    height: 16px;
+    margin: 0 4px;
+}
+
 DIV#breadcrumbs a.edit {
     float: right;
     font-size: 80%;