From 8f909d55ac1f09da31d8bade50e3dab704c7ab2c Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Mon, 31 Oct 2011 22:56:38 +0000 Subject: [PATCH] Refine style. --- libs/numpy/doc/_static/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libs/numpy/doc/_static/style.css diff --git a/libs/numpy/doc/_static/style.css b/libs/numpy/doc/_static/style.css new file mode 100644 index 00000000..19d5d096 --- /dev/null +++ b/libs/numpy/doc/_static/style.css @@ -0,0 +1,11 @@ +@import url(boost.css); + +#contents +{ +/* border-bottom: solid thin black;*/ +} + +.highlight +{ + border: 1px solid #aaaaaa; +} \ No newline at end of file