Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Use list-unstyled to get rid of list styles. Using Bootstrap 3 now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjasonweaver committed Oct 20, 2013
1 parent 4f4d133 commit 1cc82ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/views/articles/list.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section data-ng-controller="ArticlesController" data-ng-init="find()">
<ul class="articles unstyled">
<ul class="articles list-unstyled">
<li data-ng-repeat="article in articles">
<span>{{article.created | date:'medium'}}</span> /
<span>{{article.user.name}}</span>
Expand Down

0 comments on commit 1cc82ae

Please sign in to comment.