List One Newsfeed Category
Print screen without additional CSS

Structure with classes and id's
div.newsfeed-category h1 h2 div.category-desc p div.clr form#adminForm fieldset.filters legend.hidelabeltxt div.display-limit select#limit.inputbox option table.category thead tr th.item-title#tableOrdering a th.item-num-art#tableOrdering2 a th.item-link#tableOrdering3 a tbody tr.cat-list-row0 td.item-title a td.item-num-art td.item-link a tr.cat-list-row1 td.item-title a td.item-num-art td.item-link a div.pagination p.counter
CSS
/* ----------------------
List one feed category
------------------------- */
div.newsfeed-category h1 {
margin: 0 0 15px 0;
}
div.newsfeed-category form#adminForm fieldset.filters {
border: 0 none;
padding: 0;
}
div.newsfeed-category form#adminForm fieldset.filters legend.hidelabeltxt {
display: none;
}
/* Table */
div.newsfeed-category form#adminForm table.category {
width: 100%;
}
div.newsfeed-category form#adminForm table.category thead tr th {
border: 1px #999 solid;
font-weight: bold;
padding: 3px;
background-color: #e5e5e5;
vertical-align: top;
}
div.newsfeed-category form#adminForm table.category thead tr th {
white-space: nowrap;
}
div.newsfeed-category form#adminForm table.category thead tr th a img {
margin: 0 0 0 5px;
}
div.newsfeed-category form#adminForm table.category tbody tr td {
border: 1px #999 solid;
font-weight: normal;
padding: 3px;
background: none;
vertical-align: top;
}
div.newsfeed-category form#adminForm table.category tbody tr td a {
font-size: 11px;
}
div.newsfeed-category form#adminForm table.category tbody tr td.item-num-art {
text-align: center;
}
Print screen after applying CSS



for accessing css files look in the backend
extensions->templatemanager and select the tab templates. On this page select the default template you are using.