diff options
author | Lurifax <stianalexanderolsen@gmail.com> | 2013-04-26 14:16:50 +0200 |
---|---|---|
committer | Lurifax <stianalexanderolsen@gmail.com> | 2013-04-26 14:16:50 +0200 |
commit | 48ebf0ea80c3e83489112723eda5c530504cd09f (patch) | |
tree | b62b08ebd4c1b88ccf73a2308a0d89c93c2c68fb /public/css/use.less | |
parent | Added retina resolution to gplay and appstore buttons (diff) | |
download | Divid-48ebf0ea80c3e83489112723eda5c530504cd09f.tar.gz |
Fixed bugs and showcase
Diffstat (limited to 'public/css/use.less')
-rw-r--r-- | public/css/use.less | 16 |
1 files changed, 9 insertions, 7 deletions
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 +}*/ |