add feed table (mock-data)

This commit is contained in:
chsakell
2016-10-03 10:39:45 +03:00
parent ac92ee2d30
commit 4f2b3ea97f
4 changed files with 48 additions and 21 deletions

View File

@@ -21,4 +21,9 @@ body {
th, td {
text-align: center;
}
.feed-table {
height: 190px;
overflow: auto;
}