diff options
author | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-29 09:05:09 +0200 |
---|---|---|
committer | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-29 09:05:09 +0200 |
commit | a2655d69808dd11ed59888ae56a3d55ffa9043db (patch) | |
tree | f6f7c38d9a43d8ecefd5ce43a979b744d3dab049 /public/css | |
parent | created faq.ejs, added imgs, modified app.js (diff) | |
parent | Fixed bugs and showcase (diff) | |
download | Divid-a2655d69808dd11ed59888ae56a3d55ffa9043db.tar.gz |
Merge branch 'master' of github.com:dennisse/Divid
Merge is necessary because faq.ejs should be added
Diffstat (limited to 'public/css')
-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 +}*/ |