From 08b6963f5511662441f43dfcc6d7df05fed8a9b0 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Tue, 23 Mar 2010 14:49:21 +0000 Subject: doc: Add some color to html tables Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5789 ce84e21b-d406-0410-9b95-82705330c041 --- doc/_static/bcfg2.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 doc/_static/bcfg2.css (limited to 'doc/_static/bcfg2.css') diff --git a/doc/_static/bcfg2.css b/doc/_static/bcfg2.css new file mode 100644 index 000000000..425be5600 --- /dev/null +++ b/doc/_static/bcfg2.css @@ -0,0 +1,34 @@ +/* -- tables ---------------------------------------------------------------- */ + +table.docutils { + border: 0 solid #dce; + border-collapse: collapse; +} + +table.docutils td, table.docutils th { + padding: 2px 5px 2px 5px; + border-left: 0; + background-color: #bebebe; +} + +table.field-list td, table.field-list th { + border: 0 !important; +} + +table.footnote td, table.footnote th { + border: 0 !important; +} + +table.docutils th { + border-top: 1px solid #2f4f4f; + background-color: #708090; +} + +th { + text-align: left; + padding-right: 5px; +} + +th.head { + text-align: center; +} -- cgit v1.2.3-1-g7c22