diff --git a/app/assets/stylesheets/mobile.css b/app/assets/stylesheets/mobile.css index c93b878..8630057 100644 --- a/app/assets/stylesheets/mobile.css +++ b/app/assets/stylesheets/mobile.css @@ -84,6 +84,15 @@ border-width: 9px; } + /* explicitly reset color when not upvoted, since previously-upvoted arrow + * will still be triggering :hover until next tap */ + div.voters .upvoter:hover { + border-bottom-color: #bbb; + } + .upvoted div.voters .upvoter { + border-bottom-color: #ac130d; + } + ol.stories.list { margin-top: 0; } @@ -179,6 +188,7 @@ } div.morelink { margin-left: 36px; + float: none; } li.story div.byline { font-size: 10pt; @@ -228,4 +238,10 @@ div#user_about { margin-left: 0; } + + div#footer { + text-align: center; + float: none; + padding-left: 10px; + } }