2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

Removing old bootstrap columns

This commit is contained in:
Kris 2018-02-14 12:26:05 -05:00
parent 3ad0266dd8
commit e85458e1b9
21 changed files with 58 additions and 83 deletions

View file

@ -130,14 +130,23 @@ $mobile-breakpoint: 700px;
}
}

.content-list li a span.count {
font-size: $font-down-1;
float: right;
margin-right: 10px;
background-color: $primary-low;
padding: 2px 5px;
border-radius: 5px;
color: $primary;
.content-list {
width: 27%;
float: left;
li a span.count {
font-size: $font-down-1;
float: right;
margin-right: 10px;
background-color: $primary-low;
padding: 2px 5px;
border-radius: 5px;
color: $primary;
}
}

.content-body {
float: left;
width: 60%;
}

.admin-content {
@ -259,6 +268,10 @@ $mobile-breakpoint: 700px;
background-color: $primary-low;
padding: 10px 10px 3px 0;
@include clearfix;
nav {
float: left;
margin-left: 12px;
}
.nav.nav-pills {
li.active {
a {

View file

@ -220,3 +220,7 @@
margin-top: 20px;
}
}

.custom_emoji {
width: 27%;
}

View file

@ -15,8 +15,12 @@
}

#keyboard-shortcuts-help {
.span6 {
width:32%;
div.row {
width: 100%;
div {
float: left;
width:32%;
}
}
ul {
list-style: none;