diff options
| author | ianb <devnull@localhost> | 2008-06-04 20:09:07 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2008-06-04 20:09:07 +0000 |
| commit | b62b181f34cf73d6a9cdd931cd9dfcb2883093fe (patch) | |
| tree | ba7d86b2c0aeb7523fac1f662602b8bff04f8d2e /docs/_static/paste.css | |
| parent | 354d6922774bf16f8a00a30921af23ec75fc851c (diff) | |
| download | paste-b62b181f34cf73d6a9cdd931cd9dfcb2883093fe.tar.gz | |
Added some custom links to the template
Diffstat (limited to 'docs/_static/paste.css')
| -rw-r--r-- | docs/_static/paste.css | 15 |
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..7769d47 --- /dev/null +++ b/docs/_static/paste.css @@ -0,0 +1,15 @@ +a.invisible-link:visited { + color: inherit; + text-decoration: none; +} + +a.invisible-link:visited { + color: inherit; + text-decoration: none; +} + +a.invisible:link { + color: inherit; + text-decoration: none; +} + |
