9 lines
208 B
CSS
9 lines
208 B
CSS
|
@CHARSET "utf-8";/* -*- coding: utf-8 -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8 */
|
|||
|
|
|||
|
.dt-autodiv > div {
|
|||
|
display: inline-block;
|
|||
|
}
|
|||
|
.dt-autodiv > div:not(:first-child)::before {
|
|||
|
content: " | ";
|
|||
|
}
|