aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public
diff options
context:
space:
mode:
authorErling Aaby <spa440w@gmail.com>2013-04-23 13:41:04 +0200
committerErling Aaby <spa440w@gmail.com>2013-04-23 13:41:04 +0200
commitb89f19a61cf3545938205bf84b0bdb391b0d05cd (patch)
tree5ceba25243a71a07317a3661905d5ce91544411f /public
parentAdjusted styles.less and removed class item hero-unit (diff)
downloadDivid-b89f19a61cf3545938205bf84b0bdb391b0d05cd.tar.gz
added margin-bottom to showcase in style.less
Diffstat (limited to 'public')
-rw-r--r--public/css/styles.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/styles.less b/public/css/styles.less
index 538e9b9..7358e27 100644
--- a/public/css/styles.less
+++ b/public/css/styles.less
@@ -208,6 +208,7 @@ background-color:@grayLighter;
width:900px;
height:400px;
margin-top: 20px;
+ margin-bottom:20px;
background-color: rgb(105,155,200);
background: -moz-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%, rgba(181,197,216,1) 57%);
background: -webkit-gradient(radial, top left, 0px, top left, 100%, color-stop(0%,rgba(105,155,200,1)), color-stop(57%,rgba(181,197,216,1)));