Files
meanTorrent/public/css/views/articles.css
2013-07-25 16:17:09 +03:00

11 lines
113 B
CSS

h1 {
text-align: center;
}
ul {
list-style: none;
}
li:not(:last-child) {
border-bottom: 1px solid #ccc;
}