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

#container {
    text-align: center;
}

.verse {
    display: inline-block;
    text-align: left;
}