Layout sugestion to help our eyes focusing faster when scrolling
Posted by 3magnus on August 24, 2012 at 7:31pm
This is just a simple and quick layout improvement sugestion, to help our eyes focusing faster on the begining of next (or previous) post when scrolling.
It will be specially usefull for lists containing posts with:
- long (high) summaries
- no picture
- entire titles lowercased
- H2 or HR tags in summary
The sugestion is to add a top border on every row (marking it's begining) with a CSS code like:
div.views-row{border-top:1px solid #d8d8d2;padding-top:5px;}