summaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2015-04-27 16:52:56 -0700
committerMarc Abramowitz <marc@marc-abramowitz.com>2015-04-27 16:52:56 -0700
commit0fe289bf2f016ab296b17e47ef2c94ec38ed025d (patch)
tree40460a53680365b56ee9c43eb954f346da2637a2 /docs/_static
downloadpaste-git-0fe289bf2f016ab296b17e47ef2c94ec38ed025d.tar.gz
Add tests/test_httpserver.py
which contains a test for the issue in BB-4, where the WSGI environment has strings with commas in them that don't belong. See issue #4.
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/paste.css15
1 files changed, 15 insertions, 0 deletions
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;
+}
+