transmet/css/template.css

47 lines
635 B
CSS

body {
padding-top: 50px;
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, 'Helvetica Neue', Helvetica, sans-serif;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
.col-form .row .col-xs-2 {
text-align: right;
}
.news-posts h3 {
display: inline;
}
.news-row {
margin-bottom: 1em;
}
.post-category {
font-weight: bold;
font-size: 11px;
}
.post-title {
font-weight: bold;
font-size: 13px;
}
.post-date {
font-weight: bold;
font-size: 12px;
}
.post-url {
font-size: 12px;
}
.post-preview {
font-size: 12px;
}
.post-delete, .post-edit {
font-size: 12px;
}