annot-server/static/css/annotviz.css
author rougeronj
Fri, 23 Jan 2015 00:43:54 +0100
changeset 128 9f2334598088
parent 108 082b64a5c699
permissions -rw-r--r--
add archive variable to desactivate the socket listening for the static timeLines

/* ==========================================================================
   App Stylesheet
   app.less
   ========================================================================== */
/* Mixins (User defined mixins)
   ======================================================================== */
/* Components
   ======================================================================== */
/* ==========================================================================
   Base Stylesheet
   base.less
   ========================================================================== */
body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
}
#log {
  height: 20em;
  overflow-y: scroll;
  background-color: #faa;
}