diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 9e0949d..493b00f 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -368,7 +368,6 @@ ol.search_results li.story { div.voters { float: left; - margin-top: -4px; width: 40px; } @@ -424,8 +423,8 @@ li.story { clear: both; } li.story div.story_liner { - padding-top: 0.4em; - padding-bottom: 0.4em; + padding-top: 0.3em; + padding-bottom: 0.3em; } .comment { clear: both; diff --git a/app/assets/stylesheets/mobile.css b/app/assets/stylesheets/mobile.css index 63651a9..136ea30 100644 --- a/app/assets/stylesheets/mobile.css +++ b/app/assets/stylesheets/mobile.css @@ -59,7 +59,6 @@ div.voters { width: 31px; - margin-top: 0px; margin-left: 0.25em; } div.voters a.upvoter { @@ -134,7 +133,7 @@ color: #333; display: block; font-size: 9pt; - margin: 0 0.5em; + margin: -0.5em 0.5em 0 0.5em; padding: 2px; position: relative; text-align: center;