From 5c0764c02264115f310bf52a0754e32a7819c59a Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Mon, 9 Mar 2015 23:18:09 -0700 Subject: [PATCH] switch to tiny bullets in stories --- views/stories/hot-stories.jade | 4 ++-- views/stories/new-stories.jade | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/views/stories/hot-stories.jade b/views/stories/hot-stories.jade index 899c961820..5ed5637fae 100644 --- a/views/stories/hot-stories.jade +++ b/views/stories/hot-stories.jade @@ -39,8 +39,8 @@ "" + "
" + "" + - "discuss  •  " + - rank + (rank > 1 ? " points" : " point") + "  •   posted " + + "discuss · " + + rank + (rank > 1 ? " points" : " point") + " · posted " + moment(data[i].timePosted).fromNow() + " by @" + data[i].author.username + " " + "" + diff --git a/views/stories/new-stories.jade b/views/stories/new-stories.jade index 714c6ee92f..be4e548b10 100644 --- a/views/stories/new-stories.jade +++ b/views/stories/new-stories.jade @@ -39,8 +39,8 @@ "
" + "
" + "" + - "discuss  •  " + - rank + (rank > 1 ? " points" : " point") + "  •   posted " + + "discuss · " + + rank + (rank > 1 ? " points" : " point") + " · posted " + moment(data[i].timePosted).fromNow() + " by @" + data[i].author.username + " " +" " + "" +