bridgestew
9/18/2013 - 3:11 AM

Early CSS, part one

#faq > div {
    border-bottom: dashed 1px #bca785;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#archive > ul > li {
    border-bottom: dashed 1px #bca785;
    margin-bottom: 10px;
    padding-bottom: 10px;
}