diff options
author | BonfaceKilz | 2020-12-30 03:09:35 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-12-30 03:09:35 +0300 |
commit | 200b8194e8d22c944a80625b6101389b687e5832 (patch) | |
tree | 952953136aca2720ce37e6f9097c3279096f9468 /bh20simplewebuploader/static/main.css | |
parent | df0421757e464f07b5e96b5444f1926784e7400f (diff) | |
download | bh20-seq-resource-200b8194e8d22c944a80625b6101389b687e5832.tar.gz bh20-seq-resource-200b8194e8d22c944a80625b6101389b687e5832.tar.lz bh20-seq-resource-200b8194e8d22c944a80625b6101389b687e5832.zip |
Add arxiv feed
Diffstat (limited to 'bh20simplewebuploader/static/main.css')
-rw-r--r-- | bh20simplewebuploader/static/main.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index b6c900c..fbc721e 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -523,6 +523,7 @@ div.status { #feed ul { list-style-type: none; + width: 30em; } #feed ul li { @@ -567,6 +568,7 @@ input[name="feed-tabs"] ~ .tab { } #tab-pubmed-articles:checked ~ .tab.content-pubmed-articles, +#tab-arxiv-articles:checked ~ .tab.content-arxiv-articles, #tab-tweets:checked ~ .tab.content-tweets, #tab-commits:checked ~ .tab.content-commits { display: block; |