aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public
diff options
context:
space:
mode:
authorErling Aaby <erlinaa@stud.hist.no>2013-04-29 09:05:09 +0200
committerErling Aaby <erlinaa@stud.hist.no>2013-04-29 09:05:09 +0200
commita2655d69808dd11ed59888ae56a3d55ffa9043db (patch)
treef6f7c38d9a43d8ecefd5ce43a979b744d3dab049 /public
parentcreated faq.ejs, added imgs, modified app.js (diff)
parentFixed bugs and showcase (diff)
downloadDivid-a2655d69808dd11ed59888ae56a3d55ffa9043db.tar.gz
Merge branch 'master' of github.com:dennisse/Divid
Merge is necessary because faq.ejs should be added
Diffstat (limited to 'public')
-rw-r--r--public/css/use.less16
-rw-r--r--public/img/appstore@2x.pngbin0 -> 5568 bytes
-rw-r--r--public/img/dashboard.pngbin64660 -> 127906 bytes
-rw-r--r--public/img/dashboard@2x.pngbin176071 -> 339575 bytes
4 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
+}*/
diff --git a/public/img/appstore@2x.png b/public/img/appstore@2x.png
new file mode 100644
index 0000000..ca292a0
--- /dev/null
+++ b/public/img/appstore@2x.png
Binary files differ
diff --git a/public/img/dashboard.png b/public/img/dashboard.png
index d8c49ab..1b82ffc 100644
--- a/public/img/dashboard.png
+++ b/public/img/dashboard.png
Binary files differ
diff --git a/public/img/dashboard@2x.png b/public/img/dashboard@2x.png
index f9078bc..4f582b8 100644
--- a/public/img/dashboard@2x.png
+++ b/public/img/dashboard@2x.png
Binary files differ