From ad3d90fafe5ee79964bdfe1f1e0704c3ffcdfd5f Mon Sep 17 00:00:00 2001 From: Miles Macklin Date: Fri, 10 Mar 2017 14:51:31 +1300 Subject: Initial 1.1.0 binary release --- doc/_static/api/flex.css | 67 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 doc/_static/api/flex.css (limited to 'doc/_static/api/flex.css') diff --git a/doc/_static/api/flex.css b/doc/_static/api/flex.css new file mode 100644 index 0000000..7a8c916 --- /dev/null +++ b/doc/_static/api/flex.css @@ -0,0 +1,67 @@ +body { + width: 800px; +} + +body, table, div, p, dl, li{ + font-size: 11pt; + line-height: 1.4; +} + +h1, h2, h3 { + border-bottom-width: 1px; + border-bottom-style: solid; + border-bottom-color: rgb(238, 238, 238); + line-height: 1.4; +} + +a { + font-weight: normal; + text-decoration: none; +} + +.caption { +font-weight: bold; +margin-bottom: 2em; +} + +.doxtable { + width: 80%; + table-layout: fixed; +} + + +#projectlogo img { + width: 250px; +} + + +.fieldname { + font-weight: bold; + background-color: rgb(240, 240, 240); +} + +.fieldtype { + background-color: rgb(230, 230, 230); +} + +.fielddoc { + background-color: rgb(250, 250, 250); +} + + +li { + margin-bottom: 9pt; +} + +.level1, .level2, .level3, .level4 { + margin-bottom: 0pt; +} + + +div.line { + font-family: courier, fixed; +} + +div.image img { + width:100%; +} \ No newline at end of file -- cgit v1.2.3