--- a/integration/css/article.css Thu Jan 24 16:58:55 2013 +0100
+++ b/integration/css/article.css Tue Jan 29 13:29:21 2013 +0100
@@ -7,7 +7,14 @@
.article{
padding: 12px 0 6px 0;
float: left;
- border-bottom: 1px solid #e0dde0;
+}
+
+.article:nth-child(4n+1) {
+ clear: left;
+}
+
+.article:nth-child(n+4) {
+ border-top: 1px solid #e0dde0;
}
.articles .tooltip{
width: 209px;
@@ -19,7 +26,7 @@
text-align: center;
display: none;
}
-.article:hover{
+.article:hover, .article.selected{
background-color: #eee;
}
.inner-article{