diff --git a/app/assets/stylesheets/common/responsive.scss b/app/assets/stylesheets/common/responsive.scss
index 57fbef9a4..ea752424a 100644
--- a/app/assets/stylesheets/common/responsive.scss
+++ b/app/assets/stylesheets/common/responsive.scss
@@ -1,9 +1,5 @@
@import "000_vars.scss";
-#responsive-tag-list {
- display: none;
-}
-
#desktop-version-link {
display: none;
}
@@ -13,24 +9,14 @@
display: inline;
}
- #responsive-tag-list {
- display: block;
- font-size: 18pt;
- font-weight: bold;
-
- .post-count, .wiki-link {
- display: none;
- }
-
- input[type=text] {
- width: 75%;
- }
- }
-
#saved-searches-nav {
display: none;
}
+ aside {
+ font-size: 18pt;
+ }
+
#maintoggle {
display: inline;
background-color: lighten($link_color, 13%);
@@ -65,10 +51,6 @@
display: none;
}
- #sidebar {
- display: none;
- }
-
div.paginator {
font-size: 16pt;
font-weight: bold;
diff --git a/app/views/posts/index.html.erb b/app/views/posts/index.html.erb
index b09354072..6e22b7c39 100644
--- a/app/views/posts/index.html.erb
+++ b/app/views/posts/index.html.erb
@@ -39,11 +39,6 @@
<%= render "posts/partials/index/posts", :post_set => @post_set %>
-
Before commenting, read the <%= link_to "how to comment guide", wiki_pages_path(:search => {:title => "howto:comment"}) %>.