annot-server/static/css/annotviz.css
author ymh <ymh.work@gmail.com>
Thu, 22 Jan 2015 07:04:42 +0100
changeset 108 082b64a5c699
permissions -rw-r--r--
add vizualizations to server

/* ==========================================================================
   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;
}