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;
|
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 overrides */
|
||||||
|
|
||||||
nav .badge {
|
nav .badge {
|
||||||
|
@ -107,6 +107,18 @@
|
|||||||
overflow: auto;
|
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 {
|
.wall-item-content img {
|
||||||
max-width: 95%;
|
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 */
|
/* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */
|
||||||
|
|
||||||
.widget {
|
.widget {
|
||||||
|
word-wrap: break-word;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
padding: 10px 10px 10px 20px;
|
padding: 10px 10px 10px 20px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user