diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2015-04-08 16:06:52 +0200 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2015-04-12 14:31:06 +0200 |
commit | 138ff287bedb78d0c444d9476b0c577ca22b79b6 (patch) | |
tree | 706e89699f6570acb689661fb28ef613f2c7311b /pyaggr3g470r/static | |
parent | adding a reset link to the feed page (diff) | |
download | newspipe-138ff287bedb78d0c444d9476b0c577ca22b79b6.tar.gz newspipe-138ff287bedb78d0c444d9476b0c577ca22b79b6.tar.bz2 newspipe-138ff287bedb78d0c444d9476b0c577ca22b79b6.zip |
no more target, no more going back on the top of the page
Diffstat (limited to 'pyaggr3g470r/static')
-rw-r--r-- | pyaggr3g470r/static/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyaggr3g470r/static/css/bootstrap.css b/pyaggr3g470r/static/css/bootstrap.css index fb15e3d6..686809a5 100644 --- a/pyaggr3g470r/static/css/bootstrap.css +++ b/pyaggr3g470r/static/css/bootstrap.css @@ -6582,3 +6582,4 @@ button.close { } } /*# sourceMappingURL=bootstrap.css.map */ +.glyphicon.delete, .glyphicon.like, .glyphicon.readed { cursor: pointer; } |