Enable bullet points on posts

This commit is contained in:
R. Tyler Croy 2011-05-18 21:28:48 -07:00
parent 858febdc05
commit d69a041c54
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,12 @@
layout: default layout: default
--- ---
<style type="text/css">
#content ul {
list-style-type: none;
}
</style>
<div id="search_results_area"> <div id="search_results_area">
<h2>Posts <span id="result_count"></span></h2> <h2>Posts <span id="result_count"></span></h2>
<ul id="search_results" class="posts"> <ul id="search_results" class="posts">

View File

@ -75,7 +75,6 @@ h1 a, h1 a:link, h1 a:visited {
padding: 0 20px 20px 20px; padding: 0 20px 20px 20px;
} }
#content ul { #content ul {
list-style-type: none;
padding: 0; padding: 0;
margin: 0; margin: 0;
} }