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

#container {
    text-align: center;
}

header {
    text-align: left;
}

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