diff options
author | Jan-Christoph Borchardt <jan@unhosted.org> | 2012-04-23 14:19:03 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <jan@unhosted.org> | 2012-04-23 14:19:03 +0200 |
commit | 3ba9a9e6a8a49277583a56543fe8a55f985da564 (patch) | |
tree | 6f3927ba34c9c6ddb2632f27098aaceca70449b0 /apps/media | |
parent | 912c87eedaa3ea909d5721d8066fa4455529aa1b (diff) | |
download | nextcloud-server-3ba9a9e6a8a49277583a56543fe8a55f985da564.tar.gz nextcloud-server-3ba9a9e6a8a49277583a56543fe8a55f985da564.zip |
adding proper copyright and license notice to the style files
Diffstat (limited to 'apps/media')
-rw-r--r-- | apps/media/css/music.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/media/css/music.css b/apps/media/css/music.css index 164a6c62ae6..c782e8afeeb 100644 --- a/apps/media/css/music.css +++ b/apps/media/css/music.css @@ -1,3 +1,7 @@ +/* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net + This file is licensed under the Affero General Public License version 3 or later. + See the COPYING-README file. */ + #controls ul.jp-controls { padding:0; } #controls ul.jp-controls li { display:inline; } #controls ul.jp-controls li a { position:absolute; padding:.8em 1em .8em 0; } |