From 7796c9269c0ec87852daaccf524335163bffe2ac Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 11 Sep 2013 14:57:59 -0400 Subject: [PATCH] cleaned up unread.tpl --- public/templates/unread.tpl | 80 +++++++++++++++--------------- public/themes/vanilla/unread.less | 7 +-- public/themes/vanilla/vanilla.less | 1 + 3 files changed, 45 insertions(+), 43 deletions(-) diff --git a/public/templates/unread.tpl b/public/templates/unread.tpl index 91b68e7846..d4a00c4626 100644 --- a/public/templates/unread.tpl +++ b/public/templates/unread.tpl @@ -1,51 +1,51 @@ - +
+ - -
-
+ +
+
-
- There are no unread topics. -
+
+ There are no unread topics. +
-
-
-
diff --git a/public/themes/vanilla/unread.less b/public/themes/vanilla/unread.less index 754fbf84ab..c45b17879f 100644 --- a/public/themes/vanilla/unread.less +++ b/public/themes/vanilla/unread.less @@ -1,4 +1,5 @@ - -#mark-allread-btn { - margin-bottom:15px; +.unread { + > .btn { + margin-bottom: 15px; + } } \ No newline at end of file diff --git a/public/themes/vanilla/vanilla.less b/public/themes/vanilla/vanilla.less index 429b1c9ae2..e02349fc82 100644 --- a/public/themes/vanilla/vanilla.less +++ b/public/themes/vanilla/vanilla.less @@ -1,4 +1,5 @@ @import "style"; + @import "topic"; @import "category"; @import "noscript";