add requirejs

This commit is contained in:
Luke Pulverenti 2015-05-08 23:48:43 -04:00
parent 03ca18cf4f
commit 4e71751d0f
20 changed files with 379 additions and 520 deletions

View file

@ -1,7 +1,7 @@
/* Now playing bar */
.nowPlayingBar {
padding: 16px 0 16px 0;
border-top: 2px solid green;
border-top: 1px solid #444;
text-align: center;
}