浏览代码

updated styling for subscriptions

Harlan Iverson 6 年之前
父节点
当前提交
fedff49a65
共有 2 个文件被更改,包括 5 次插入6 次删除
  1. 0 6
      app/resources/templates/md/pages/subscriptions.md
  2. 5 0
      uspooge-app/resources/public/css/style.css

+ 0 - 6
app/resources/templates/md/pages/subscriptions.md

@@ -2,9 +2,3 @@
  :layout :subscriptions
  :layout :subscriptions
  :navbar? true
  :navbar? true
  :page-index 200}
  :page-index 200}
-
-Subscriptions
-
-Some info
-
-Some data perhaps

+ 5 - 0
uspooge-app/resources/public/css/style.css

@@ -8,4 +8,9 @@
 .feed-item {
 .feed-item {
   display: inline;
   display: inline;
   float: left;
   float: left;
+}
+
+.feed {
+  list-style: none;
+  padding-left: 0;
 }
 }