From 48ebf0ea80c3e83489112723eda5c530504cd09f Mon Sep 17 00:00:00 2001 From: Lurifax Date: Fri, 26 Apr 2013 14:16:50 +0200 Subject: Fixed bugs and showcase --- public/css/use.less | 16 +++++++++------- public/img/dashboard.png | Bin 64660 -> 127906 bytes public/img/dashboard@2x.png | Bin 176071 -> 339575 bytes 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'public') diff --git a/public/css/use.less b/public/css/use.less index 6f80224..fe1745b 100644 --- a/public/css/use.less +++ b/public/css/use.less @@ -15,7 +15,7 @@ } .content { - margin-left:0px; +/* margin-left:0px;*/ } .pitch { @@ -93,8 +93,7 @@ margin:10px; height:460px; margin-top: 40px; margin-bottom:20px; - margin-left:0px; - /*background-color: @grayLighter;*/ + background-color: @grayLighter; /*background-image: url('/img/people.png'); background-repeat:no-repeat; background-attachment:fixed; @@ -115,10 +114,14 @@ margin:10px; float:right; margin: 0px; } -.infoimg{ +.divideLine { +background-color:#66A3D2; +height:5px; +width:35%; +margin-top:40px; +margin-bottom:40px; } - /* .last { background-color:@grayLighter; @@ -180,9 +183,8 @@ margin:10px; display: block; } - /*#footer { background-color: #0D56A6; width:1170px; height:100px; -}*/ \ No newline at end of file +}*/ diff --git a/public/img/dashboard.png b/public/img/dashboard.png index d8c49ab..1b82ffc 100644 Binary files a/public/img/dashboard.png and b/public/img/dashboard.png differ diff --git a/public/img/dashboard@2x.png b/public/img/dashboard@2x.png index f9078bc..4f582b8 100644 Binary files a/public/img/dashboard@2x.png and b/public/img/dashboard@2x.png differ -- cgit v1.2.3