diff options
author | Warner Losh <imp@FreeBSD.org> | 2017-11-28 22:55:31 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2017-11-28 22:55:31 +0000 |
commit | c07e635a743de50fac64b715c08cd78aa51077c5 (patch) | |
tree | 863f22fc969cf46809d8d43e637381729edbe9ef /doc/index.css | |
parent | 52bff0d770d4359f702d9922b8608ad23351ea89 (diff) |
Notes
Diffstat (limited to 'doc/index.css')
-rw-r--r-- | doc/index.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/index.css b/doc/index.css new file mode 100644 index 000000000000..c96183573199 --- /dev/null +++ b/doc/index.css @@ -0,0 +1,21 @@ +ul { + list-style-type: none ; +} + +ul.contents { + padding: 0 ; +} + +table { + border: none ; + border-spacing: 0 ; + border-collapse: collapse ; +} + +td { + vertical-align: top ; + padding: 0 ; + text-align: left ; + line-height: 1.25 ; + width: 15% ; +} |