css: switch mod dashboard, keyboard shortcuts pages to flexbox.
* Switch /static/keyboard_shortcuts from float-based layout to flexbox. * Switch /moderator/dashboard from float-based layout to flexbox. * Remove various .clearfix, `clear: both` rules. * Remove dead .quick-mod rule.
This commit is contained in:
@@ -1,16 +1,10 @@
|
||||
@import "../base/000_vars.scss";
|
||||
|
||||
div#c-static {
|
||||
div#a-keyboard-shortcuts {
|
||||
overflow: visible;
|
||||
section.column {
|
||||
min-width: 25em;
|
||||
|
||||
section {
|
||||
min-width: 20%;
|
||||
float: left;
|
||||
margin-bottom: 1em;
|
||||
|
||||
h1 {
|
||||
font-size: $h3_size;
|
||||
ul {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
li {
|
||||
|
||||
Reference in New Issue
Block a user