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,13 +1,6 @@
|
||||
div#c-moderator-dashboards {
|
||||
div#col1 {
|
||||
width: 45%;
|
||||
float: left;
|
||||
padding-right: 5%;
|
||||
}
|
||||
|
||||
div#col2 {
|
||||
width: 45%;
|
||||
float: left;
|
||||
#column-left {
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
div.activity {
|
||||
|
||||
Reference in New Issue
Block a user