# HG changeset patch # User Ahsan Ali Shahid # Date 1374256458 -18000 # Node ID 1f1e867cb37f6bd2232615491122c78902dbab3a # Parent c13a3ab314ab631453b96be7f4913397a1acbea7 Removed unnecessary whitespaces from the source diff -r c13a3ab314ab -r 1f1e867cb37f apps/snippet/models.py --- a/apps/snippet/models.py Fri Jul 19 22:40:25 2013 +0500 +++ b/apps/snippet/models.py Fri Jul 19 22:54:18 2013 +0500 @@ -41,7 +41,6 @@ related_name='children') num_views = models.IntegerField(default=0) rating = RatingField(range=5,can_change_vote=True,allow_anonymous=True,allow_delete=True) - class Meta: ordering = ('-published',) diff -r c13a3ab314ab -r 1f1e867cb37f static/css/agora.less --- a/static/css/agora.less Fri Jul 19 22:40:25 2013 +0500 +++ b/static/css/agora.less Fri Jul 19 22:54:18 2013 +0500 @@ -495,7 +495,6 @@ } #radio_votes ul { - list-style: none; display:block; }