CSS3: Top align of list item
- by Irishgirl
CSS3: Top align of list item.
See image as below. How can I align a blue arrow to align on top of a senetence of each list. I'm using jQuery 1.7 and it is for iOS (iPhone).
ul.lists{ padding:0 0 15px 0;}
ul.lists li{ line-height:18px; border-bottom:1px #bfeaf0 solid; padding:6px 12px;
background:url(../images/arrow_cyan.svg) no-repeat…