From cf7e560f89016a302342821f5071941a09c04283 Mon Sep 17 00:00:00 2001 From: hao huang Date: Sat, 28 Mar 2015 08:10:39 +0000 Subject: Fix typo in docs/index.txt --- docs/_static/paste.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/_static/paste.css (limited to 'docs/_static/paste.css') diff --git a/docs/_static/paste.css b/docs/_static/paste.css new file mode 100644 index 0000000..6705e5d --- /dev/null +++ b/docs/_static/paste.css @@ -0,0 +1,15 @@ +a.invisible-link { + color: #fff; + text-decoration: none; +} + +a.invisible-link:visited { + color: #fff; + text-decoration: none; +} + +a.invisible:link { + color: #fff; + text-decoration: none; +} + -- cgit v1.2.1