diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-24 23:39:06 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-24 23:39:06 +0200 |
commit | 04ec90af064c4a7e77f3498ea2b6e6bce805ddf9 (patch) | |
tree | f6ba84eea0c89a4748cd922088a9458dd772cad8 /public/css | |
parent | added background img (diff) | |
download | Divid-04ec90af064c4a7e77f3498ea2b6e6bce805ddf9.tar.gz |
corrected bg img position
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/styles.less | 3 |
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; |