move some css to the right place

This commit is contained in:
marijus 2014-09-26 12:34:22 +02:00
parent b948ab5955
commit 574c4845b7
3 changed files with 13 additions and 12 deletions

View File

@ -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 {

View File

@ -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%;
}

View File

@ -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;
}