summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-03-30 15:10:10 +1300
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-03-30 15:10:10 +1300
commit821ebabae17b6339ec79b102215b584d23be77ab (patch)
tree0342b6d9387e8c6813258fa6087c71412144993e /css
parentce52475d9b640fa848333ec01340d6d2244bac7b (diff)
downloadmanavis-821ebabae17b6339ec79b102215b584d23be77ab.tar.gz
manavis-821ebabae17b6339ec79b102215b584d23be77ab.tar.bz2
manavis-821ebabae17b6339ec79b102215b584d23be77ab.tar.xz
manavis-821ebabae17b6339ec79b102215b584d23be77ab.zip
Rearrange layout, prototype stat charting
This is a work in progress, and will likely end up making use of custom charts.
Diffstat (limited to 'css')
-rw-r--r--css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 70482a7..0216c8e 100644
--- a/css/style.css
+++ b/css/style.css
@@ -78,3 +78,10 @@ body {
.help {
cursor: help;
}
+
+.blob {
+ background-color: #445566;
+ height: 100px;
+ width: 100px;
+ float: left;
+}