From b73ffbdc7c5906f3543f412a58b50a8188c45dce Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 24 Sep 2012 18:03:08 +0200 Subject: [PATCH] Hide source tags (until we get the full path). --- doc/template/static/styles/apidoc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/template/static/styles/apidoc.css b/doc/template/static/styles/apidoc.css index e492ecb782..4190811f54 100644 --- a/doc/template/static/styles/apidoc.css +++ b/doc/template/static/styles/apidoc.css @@ -163,7 +163,7 @@ h6 { display: none; } -dt.tag-source dd.tag-source { +dt.tag-source, dd.tag-source { display: none; }