diff options
| author | hao huang <huang1hao@gmail.com> | 2015-03-28 08:10:39 +0000 |
|---|---|---|
| committer | hao huang <huang1hao@gmail.com> | 2015-03-28 08:10:39 +0000 |
| commit | cf7e560f89016a302342821f5071941a09c04283 (patch) | |
| tree | f8b50954525cf4c063ac09597f9ac576bf92b16e /docs/_static/paste.css | |
| download | pastedeploy-git-cf7e560f89016a302342821f5071941a09c04283.tar.gz | |
Fix typo in docs/index.txthuang1hao/fix-typo-in-docsindextxt-1427530235567
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..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; +} + |
