summaryrefslogtreecommitdiff
path: root/doc/editor_configs/xmlmind/addon/config/scons/css/example1.css
blob: 857d561c5b5a84404fe538b1438cd14b117d38ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright (c) 2003-2008 Pixware. 
 *
 * This file is part of the XMLmind XML Editor project.
 * For conditions of distribution and use, see the accompanying legal.txt file.
 *
 * A CSS style sheet for DocBook V4.5.
 */

doc,
para {
     display: block;
}
para {
     margin: 1ex 0;
}
para[align] {
     text-align: concatenate(attr(align));
}