List All Newsfeed Categories
Print screen without additional CSS

Structure with classes and id's
div.categories-list h1 div.category-desc.base-desc ul li.first span.item-title a div.category-desc p dl.newsfeed-count dt dd li.last span.item-title a div.category-desc p dl.newsfeed-count dt dd
CSS
/* ----------------------------
List All Newsfeed categories
----------------------------- */
div.categories-list ul li dl.newsfeed-count dt {
float: left;
margin: 0 10px 0 0;
}
Print screen after applying CSS


