client/pianoroll/app/less/components/base.less
author rougeronj
Thu, 22 Jan 2015 16:16:54 +0100
changeset 123 d8ef840eaf68
parent 84 d7c5bffdd2d8
permissions -rw-r--r--
get the correct json category depending on the timestamp

/* ==========================================================================
   Base Stylesheet
   base.less
   ========================================================================== */
body {
   margin: 0;
   padding: 0;
   background-color: #FFF;
}
#log {
   height: 20em;
   overflow-y: scroll;
   background-color: #faa;
}