diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-23 12:50:19 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-23 12:50:19 +0200 |
commit | 00fc4e10ccb6bdbc75d24d40f3e8437b12cf4dbe (patch) | |
tree | 02b564b9a5da1a34a2c70e6704cafba3f70ff04e /public/css/styles.less | |
parent | Added rows to home.ejs to divide animation and text (diff) | |
download | Divid-00fc4e10ccb6bdbc75d24d40f3e8437b12cf4dbe.tar.gz |
Moving animation to the right
Diffstat (limited to '')
-rw-r--r-- | public/css/styles.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/css/styles.less b/public/css/styles.less index 00904d4..a4fd614 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -219,4 +219,6 @@ background-color:@grayLighter; -moz-border-radius: 6px; border-radius: 6px; } - +.animation row { + background-position: center 40%; +} |