aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public/css
diff options
context:
space:
mode:
authorErling Aaby <spa440w@gmail.com>2013-04-24 23:39:06 +0200
committerErling Aaby <spa440w@gmail.com>2013-04-24 23:39:06 +0200
commit04ec90af064c4a7e77f3498ea2b6e6bce805ddf9 (patch)
treef6ba84eea0c89a4748cd922088a9458dd772cad8 /public/css
parentadded background img (diff)
downloadDivid-04ec90af064c4a7e77f3498ea2b6e6bce805ddf9.tar.gz
corrected bg img position
Diffstat (limited to 'public/css')
-rw-r--r--public/css/styles.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/styles.less b/public/css/styles.less
index b91cea0..a212510 100644
--- a/public/css/styles.less
+++ b/public/css/styles.less
@@ -235,6 +235,9 @@ background-color: #FF9A00;
margin-bottom:20px;
padding:10px;
background-image: url('/img/people.png');
+ background-repeat:no-repeat;
+ background-attachment:fixed;
+ background-position:center;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;