summaryrefslogtreecommitdiff
path: root/doc/editor_configs/xmlmind/addon/config/scons/css/image.imp
blob: dd1d65fbbe7824aaabfa8ebe57417d3169f73753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * Copyright (c) 2004-2009 Pixware. 
 *
 * This file is part of the XMLmind XML Editor project.
 * For conditions of distribution and use, see the accompanying legal.txt file.
 *
 * Display of images.
 */

mediaobject imagedata {
    display: block; /* without this, a viewport specified as % will not work */
    margin: 0 auto;
}

inlinemediaobject imagedata {
    display: inline;
}

graphic,
inlinegraphic,
imagedata {
    content: gadget("com.xmlmind.xmleditext.docbook.Graphic");
}