List One Weblink Category
Print screen without additional CSS

Structure with classes and id's
div.weblink-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.title a th.hits a tbody tr.cat-list-row0 td.title p img a.category p td.hits
CSS
/* ------------
weblink page
--------------- */
div.weblink-category h1 {
margin: 0 0 15px 0;
}
div.weblink-category form#adminForm fieldset.filters {
border: 0 none;
padding: 0;
}
div.weblink-category form#adminForm fieldset.filters legend.hidelabeltxt {
display: none;
}
div.weblink-category form#adminForm table.category {
width: 100%;
}
div.weblink-category form#adminForm table.category thead tr th {
font-size: 13px;
font-weight: bold;
padding: 0 0 5px 0;
border-bottom: 1px #999 solid;
vertical-align: top;
}
div.weblink-category form#adminForm table.category tbody tr td {
padding: 9px 0 0 0;
vertical-align: top;
}
div.weblink-category form#adminForm table.category tbody tr td.title p a {
font-size: 12px;
}
div.weblink-category form#adminForm table.category tbody tr td p {
font-size: 10px;
}
Print screen after applying CSS


