summaryrefslogtreecommitdiff
path: root/mobile/mobile.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-04-30 11:23:38 +0400
committerAndrew Dolgov <[email protected]>2009-04-30 11:23:38 +0400
commit4a596be6976e61962b8ac6053b3917906b384bb7 (patch)
tree4867edede986eed4a18b27d059ff6208a894cf82 /mobile/mobile.css
parent849b382582b052abe9dee827c32b92f695405c9a (diff)
mobile: allow marking articles as unread (clses #240)
Diffstat (limited to 'mobile/mobile.css')
-rw-r--r--mobile/mobile.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/mobile/mobile.css b/mobile/mobile.css
index b50da5875..8161340cc 100644
--- a/mobile/mobile.css
+++ b/mobile/mobile.css
@@ -200,6 +200,11 @@ ul.headlines img.feedIcon {
ul.headlines img.marked {
border-width : 0px;
}
+
+div.postStarOps img.marked {
+ border-width : 0px;
+}
+
div.postTags {
color : gray;
font-size : small;