From 7dde8757cc61292824e4d9cd2af46f81e594fae8 Mon Sep 17 00:00:00 2001 From: Timm Date: Thu, 2 Apr 2015 21:01:27 +0200 Subject: [PATCH] changed teaser picture --- css/style.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index ec8f14f..e911c5a 100644 --- a/css/style.css +++ b/css/style.css @@ -45,7 +45,7 @@ a:visited { } .row { - padding:50px 0px; + padding:50px 0; } .jumbotron { @@ -83,7 +83,7 @@ ul.nav>li>a { } .jumbotron>hr { - background-color:black; + background-color:#333; height:1px; border: 3px #333 solid; width:300px; @@ -109,7 +109,7 @@ ul.nav>li>a { #status_bar { margin:0; - border-width:2px 0px; + border-width:2px 0; border-color:transparent; } @@ -135,3 +135,9 @@ rect.bordered { stroke: #D2D4BC; stroke-width:1px; } + +#posts div div p img { + max-width: 123px; + float:left; + margin-right: 5px; +} \ No newline at end of file