aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public
diff options
context:
space:
mode:
authorrobertkj <joramo40@hotmail.com>2013-04-23 11:22:59 +0200
committerrobertkj <joramo40@hotmail.com>2013-04-23 11:22:59 +0200
commita03516e8fa336046071a7c4e69709c243011a35f (patch)
tree8fef2314f7f5e35405c244c8b36748e63f0b96c2 /public
parentAdded changes to style.less (diff)
downloadDivid-a03516e8fa336046071a7c4e69709c243011a35f.tar.gz
Fixed syntax error on styles.less
Diffstat (limited to 'public')
-rw-r--r--public/css/styles.less26
1 files changed, 13 insertions, 13 deletions
diff --git a/public/css/styles.less b/public/css/styles.less
index 6c20581..00904d4 100644
--- a/public/css/styles.less
+++ b/public/css/styles.less
@@ -205,18 +205,18 @@ background-color:@grayLighter;
}
.showcase {
- Width:900px;
- Height:500px;
- 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)));
- background: -webkit-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%);
- background: -o-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%);
- background: -ms-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%);
- background: radial-gradient(ellipse at top left, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699bc8', endColorstr='#b5c5d8',GradientType=1 );
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
+ width:900px;
+ height:500px;
+ 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)));
+ background: -webkit-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%);
+ background: -o-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%);
+ background: -ms-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%);
+ background: radial-gradient(ellipse at top left, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%);
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699bc8', endColorstr='#b5c5d8',GradientType=1 );
+ -webkit-border-radius: 6px;
+ -moz-border-radius: 6px;
+ border-radius: 6px;
}