add ability to create timer

This commit is contained in:
Luke Pulverenti 2013-12-17 15:02:12 -05:00
parent f030db9841
commit 121d1de0af
10 changed files with 355 additions and 16 deletions

View file

@ -106,6 +106,12 @@
padding: 10px;
}
@media all and (max-width: 400px) {
.libraryPage .ui-content {
padding: 10px 0;
}
}
.libraryPage, .libraryPage .itemListContent {
background: #494949 url(images/bgflip.png) repeat-x!important;
background-attachment: fixed!important;