From 04ec90af064c4a7e77f3498ea2b6e6bce805ddf9 Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Wed, 24 Apr 2013 23:39:06 +0200 Subject: corrected bg img position --- public/css/styles.less | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public') 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; -- cgit v1.2.3