about summary refs log tree commit diff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r--bh20simplewebuploader/static/main.css2
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;