From a5240701fc7c18f1b2626d5bb259cea460fb5946 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Fri, 3 Dec 2010 14:30:41 +0000 Subject: Add missing CSS file from r86962 --- Lib/pydoc_data/_pydoc.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Lib/pydoc_data/_pydoc.css diff --git a/Lib/pydoc_data/_pydoc.css b/Lib/pydoc_data/_pydoc.css new file mode 100644 index 0000000..f036ef3 --- /dev/null +++ b/Lib/pydoc_data/_pydoc.css @@ -0,0 +1,6 @@ +/* + CSS file for pydoc. + + Contents of this file are subject to change without notice. + +*/ -- cgit v0.12