Author: tomc
Date: Sat Feb 28 11:33:35 2015
New Revision: 1662923

URL: http://svn.apache.org/r1662923
Log:
Align the list arrow with the top of the list item, not the middle of multi 
line rows e.g. on showcase

Modified:
    flex/site/trunk/content/css/style.css

Modified: flex/site/trunk/content/css/style.css
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/css/style.css?rev=1662923&r1=1662922&r2=1662923&view=diff
==============================================================================
--- flex/site/trunk/content/css/style.css (original)
+++ flex/site/trunk/content/css/style.css Sat Feb 28 11:33:35 2015
@@ -1024,7 +1024,7 @@ a.sign-up:hover {
 .plus_list  li {background: url(../images/icons/list/list_plus.png) no-repeat 
0% 50%; padding: 0 0 0 18px;}
 .minus_list  li {background: url(../images/icons/list/list_minus.png) 
no-repeat 0% 50%; padding: 0 0 0 18px;}
 .star_list  li {background: url(../images/icons/list/list_star.png) no-repeat 
0% 50%; padding: 0 0 0 16px;}
-.arrow_list  li {background: url(../images/icons/list/list_arrow.png) 
no-repeat 0% 50%; padding: 0 0 0 16px;}
+.arrow_list  li {background: url(../images/icons/list/list_arrow.png) 
no-repeat 0% 4px; padding: 0 0 0 16px;}
 .square_list  li {background: url(../images/icons/list/list_square.png) 
no-repeat 0% 50%; padding: 0 0 0 16px;}
 .circle_list  li {background: url(../images/icons/list/list_circle.png) 
no-repeat 0% 50%; padding: 0 0 0 16px;}
 .cross_list  li {background: url(../images/icons/list/list_cross.png) 
no-repeat 0% 50%; padding: 0 0 0 16px;}


Reply via email to