/* Page specific CSS Styles
 * 
 * REMEMBER!  Prefix all styles with the page name, e.g.:
 *
 * .add-php button#save, .edit-php button#save { width: 78px; }
 * .delete-php .bottom_buttons { height: 0px; }
 */

.index-php ul.article_list, .index-php ul.article_list li {
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}
.index-php ul.article_list {
    margin-left: 15px;
}

.index-php ul.article_list li a .date {
    display: inline-block;
    margin-right: 8px;
    text-decoration: none;
}
