move some css to the right place
This commit is contained in:
parent
b948ab5955
commit
574c4845b7
12
view/css/bootstrap-red.css
vendored
12
view/css/bootstrap-red.css
vendored
@ -12,18 +12,6 @@ h5, h6 {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.wall-item-content h1, .wall-item-content h2 {
|
||||
font-size: 1.319em;
|
||||
}
|
||||
|
||||
.wall-item-title {
|
||||
font-size: $font_size;
|
||||
}
|
||||
|
||||
.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 {
|
||||
font-size: 1.112em;
|
||||
}
|
||||
|
||||
/* nav overrides */
|
||||
|
||||
nav .badge {
|
||||
|
@ -107,6 +107,18 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.wall-item-content h1, .wall-item-content h2 {
|
||||
font-size: 1.319em;
|
||||
}
|
||||
|
||||
.wall-item-title {
|
||||
font-size: $font_size;
|
||||
}
|
||||
|
||||
.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 {
|
||||
font-size: 1.112em;
|
||||
}
|
||||
|
||||
.wall-item-content img {
|
||||
max-width: 95%;
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
/* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */
|
||||
|
||||
.widget {
|
||||
word-wrap: break-word;
|
||||
margin-bottom: 10px;
|
||||
padding: 10px 10px 10px 20px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user