about summary refs log tree commit diff stats
path: root/css/verse.css
blob: 1e04654fe5462d4eb62d1c04287b98ad0b0a177e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* VERSE css for Autocento.
 * for VERSE considerations ONLY, e.g.:
 * line breaks
 * how to continue lines
 * etc.
 */

#container {
    text-align: center;
}

.verse {
    display: inline-box;
}