Switch to unified view

a/src/doc/user/docbook.css b/src/doc/user/docbook.css
1
/*
1
/*
2
 * Copyright (c) 2001, 2003 The FreeBSD Documentation Project
2
 * Copyright (c) 2001, 2003, 2010 The FreeBSD Documentation Project
3
 * All rights reserved.
3
 * All rights reserved.
4
 *
4
 *
5
 * Redistribution and use in source and binary forms, with or without
5
 * Redistribution and use in source and binary forms, with or without
6
 * modification, are permitted provided that the following conditions
6
 * modification, are permitted provided that the following conditions
7
 * are met:
7
 * are met:
...
...
21
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24
 * SUCH DAMAGE.
24
 * SUCH DAMAGE.
25
 *
25
 *
26
 * $FreeBSD: doc/share/misc/docbook.css,v 1.14 2008/11/21 07:28:34 keramida Exp $
26
 * $FreeBSD: doc/share/misc/docbook.css,v 1.15 2010/03/20 04:15:01 hrs Exp $
27
 */
27
 */
28
28
29
BODY ADDRESS {
29
BODY ADDRESS {
30
    line-height: 1.3;
30
    line-height: 1.3;
31
    margin: .6em 0;
31
    margin: .6em 0;
...
...
199
    border: 1px solid #f1bb16;
199
    border: 1px solid #f1bb16;
200
    margin: 1em 0;
200
    margin: 1em 0;
201
    padding: 0.2em 2em;
201
    padding: 0.2em 2em;
202
    width: 90%;
202
    width: 90%;
203
}
203
}
204
205
.INFORMALTABLE TABLE.CALSTABLE TR TD {
206
        padding-left: 1em;
207
        padding-right: 1em;
208
}