css: clean up responsive css.
* Reduce size of buttons, form inputs, site menu items, paginator, and
sidebar text.
* Remove various dead rules (nonexistent selectors, rules overriden by
other rules, rules that were otherwise redundant or did nothing).
* Increase page margin size.
* Fix notes being mispositioned (caused by `#image { margin-top: 5px }` rule).
This commit is contained in:
@@ -100,8 +100,6 @@ form.edit_comment div.input.boolean {
|
||||
|
||||
@media screen and (max-width: 660px) {
|
||||
div#c-comments div#a-index, div#c-comments div#a-show {
|
||||
margin: 0 0.5em;
|
||||
|
||||
div.post {
|
||||
display: block;
|
||||
margin: 2em 0;
|
||||
|
||||
Reference in New Issue
Block a user