diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-08 03:31:04 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-08 03:31:04 +0300 |
commit | 924d89666fd0427437e6ae5b42e46699cfe75521 (patch) | |
tree | 9bf5821bbb6e6bb74cb944e88b77577f9f279628 /css | |
parent | _includes: merge links.html to navbar.html (diff) | |
download | sorting-algorithms-924d89666fd0427437e6ae5b42e46699cfe75521.tar.gz sorting-algorithms-924d89666fd0427437e6ae5b42e46699cfe75521.zip |
plots: get rid of JavaScript
Diffstat (limited to 'css')
-rw-r--r-- | css/plots.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/plots.css b/css/plots.css index ad4f244..7ed222d 100644 --- a/css/plots.css +++ b/css/plots.css @@ -1,3 +1,3 @@ -#plots a.thumbnail { +a.thumbnail { margin-bottom: 0; } |