aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public
diff options
context:
space:
mode:
authorErling Aaby <spa440w@gmail.com>2013-04-23 17:43:10 +0200
committerErling Aaby <spa440w@gmail.com>2013-04-23 17:43:10 +0200
commit72929197e29dea07e69447c33ae1a92024eb378a (patch)
tree6cc8375e66f381f61d3e370931dad68b274a390b /public
parentMessing with gradients and added another span12 (diff)
downloadDivid-72929197e29dea07e69447c33ae1a92024eb378a.tar.gz
Revert "Messing with gradients and added another span12"
This reverts commit f5560bda63b9d0ec95210d39b28f745f877d14ae.
Diffstat (limited to 'public')
-rw-r--r--public/css/styles.less6
1 files changed, 2 insertions, 4 deletions
diff --git a/public/css/styles.less b/public/css/styles.less
index 26744d3..16e5275 100644
--- a/public/css/styles.less
+++ b/public/css/styles.less
@@ -221,9 +221,7 @@ margin-left: 20px;
margin-top: 20px;
margin-bottom:20px;
padding:10px;
- background-color: linear-gradient( to left, blue 2% , white 120%, blue 120%, white 2%)
-
- /*rgb(105,155,200);
+ 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%);
@@ -233,7 +231,7 @@ margin-left: 20px;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699bc8', endColorstr='#b5c5d8',GradientType=1 );
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
- border-radius: 6px;*/
+ border-radius: 6px;
}
.logo {