changed teaser picture

This commit is contained in:
Timm 2015-04-02 21:01:27 +02:00
parent 92fecd4df4
commit 7dde8757cc
1 changed files with 9 additions and 3 deletions

View File

@ -45,7 +45,7 @@ a:visited {
} }
.row { .row {
padding:50px 0px; padding:50px 0;
} }
.jumbotron { .jumbotron {
@ -83,7 +83,7 @@ ul.nav>li>a {
} }
.jumbotron>hr { .jumbotron>hr {
background-color:black; background-color:#333;
height:1px; height:1px;
border: 3px #333 solid; border: 3px #333 solid;
width:300px; width:300px;
@ -109,7 +109,7 @@ ul.nav>li>a {
#status_bar { #status_bar {
margin:0; margin:0;
border-width:2px 0px; border-width:2px 0;
border-color:transparent; border-color:transparent;
} }
@ -135,3 +135,9 @@ rect.bordered {
stroke: #D2D4BC; stroke: #D2D4BC;
stroke-width:1px; stroke-width:1px;
} }
#posts div div p img {
max-width: 123px;
float:left;
margin-right: 5px;
}