diff options
| author | Miles Macklin <[email protected]> | 2017-03-10 14:51:31 +1300 |
|---|---|---|
| committer | Miles Macklin <[email protected]> | 2017-03-10 14:51:31 +1300 |
| commit | ad3d90fafe5ee79964bdfe1f1e0704c3ffcdfd5f (patch) | |
| tree | 4cc6f3288363889d7342f7f8407c0251e6904819 /doc/_static/api/flex.css | |
| download | flex-ad3d90fafe5ee79964bdfe1f1e0704c3ffcdfd5f.tar.xz flex-ad3d90fafe5ee79964bdfe1f1e0704c3ffcdfd5f.zip | |
Initial 1.1.0 binary release
Diffstat (limited to 'doc/_static/api/flex.css')
| -rw-r--r-- | doc/_static/api/flex.css | 67 |
1 files changed, 67 insertions, 0 deletions
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 |