blob: 67f69d1720c4af774fe4f21e675e707f189b1399 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/*
PostgreSQL.org - "Blue" Style
Inspired by AListApart, PositionIsEverything, Mozilla, Red Hat, and many more.
Copyright (c) 2004, 2005 PostgreSQL Global Development Group
Copyright (c) 2004, 2005 Emily Boyd <emily at emilyboyd.com>
Copyright (c) 2004, 2005 Omar Kilani <omar at tinysofa.org>
This file, and any imported stylesheets are licensed under the BSD license.
See http://www.postgresql.org/about/licence for details.
*/
@import url("global.css");
@import url("layout.css");
@import url("text.css");
@import url("navigation.css");
@import url("table.css");
@import url("iefixes.css");
|