Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add more style tweaks.
  • Loading branch information
rsese committed Mar 10, 2013
1 parent 19f0e27 commit 0915600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _includes/posts.html
@@ -1,4 +1,4 @@
<ul class="naked"> <ul>
{% for post in site.posts %} {% for post in site.posts %}
<li> <li>
<h3><span class="post-meta">{{ post.date | date_to_string }}</span> <a href="{{ post.url }}">{{ post.title }}</a></h3> <h3><span class="post-meta">{{ post.date | date_to_string }}</span> <a href="{{ post.url }}">{{ post.title }}</a></h3>
Expand Down
8 changes: 2 additions & 6 deletions assets/css/master.css
Expand Up @@ -138,13 +138,9 @@ section {
font-style: italic; font-style: italic;
} }


#main ul.naked {
list-style-type: none;
margin: 0;
}

#main ul { #main ul {
margin-left: 15px; list-style-type: none;
margin-left: 0;
} }


#main ul li { #main ul li {
Expand Down

0 comments on commit 0915600

Please sign in to comment.