1
2/* __________ snippet header __________ */
3
4dl.wpsnip > dt {
5    padding-bottom: .2em;
6    border-bottom: 1px solid #000;
7}
8dl.wpsnip > dt cite a.interwiki {
9    padding-left: 0;
10    padding-right: 0;
11    background-image: none;
12}
13
14/* __________ wp content __________ */
15
16dl.wpsnip > dd {
17    margin: 0;
18}
19
20/* license below the content */
21dl.wpsnip > dd .wplicense {
22    border-top: 1px solid #000;
23}