diff options
| author | Teddy Wing | 2013-11-10 04:03:36 -0500 |
|---|---|---|
| committer | Teddy Wing | 2013-11-10 04:03:36 -0500 |
| commit | 1b237d69dbc309e59fe49a823ad868ac726e9cb2 (patch) | |
| tree | ec200137c537fd0ad5388853e6850e3304236a00 /assets | |
| parent | 355ace65c65cb0be5773772ccb63c90eaa1bc68d (diff) | |
| download | clip-play-1b237d69dbc309e59fe49a823ad868ac726e9cb2.tar.bz2 | |
Add background
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/application.css | 5 | ||||
| -rw-r--r-- | assets/images/background.png | bin | 0 -> 2868 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/application.css b/assets/css/application.css index 255ff68..c2c8aee 100644 --- a/assets/css/application.css +++ b/assets/css/application.css @@ -1,6 +1,11 @@ /* Application */ /* General global styles */ +body { + background: url('../images/background.png') repeat; +} + + #samples { margin: 3em 2em; }
\ No newline at end of file diff --git a/assets/images/background.png b/assets/images/background.png Binary files differnew file mode 100644 index 0000000..ca27373 --- /dev/null +++ b/assets/images/background.png |
