annot-server/static/css/annotviz.css
changeset 108 082b64a5c699
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/annot-server/static/css/annotviz.css	Thu Jan 22 07:04:42 2015 +0100
@@ -0,0 +1,22 @@
+/* ==========================================================================
+   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;
+}