diff options
| author | Julie Lala <jules@okfoc.us> | 2014-04-29 00:08:53 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-04-29 00:16:16 -0400 |
| commit | e0dfff4729b342e8f573238135cb811bb5a0f43b (patch) | |
| tree | 994d3b2f1dd555a68e18cf624284a589e6082ca8 /rectangles.html | |
| parent | 28b9e0b8b4e7a759bdd0939a3cdf5232b216be8f (diff) | |
constrain position to walls
Diffstat (limited to 'rectangles.html')
| -rw-r--r-- | rectangles.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rectangles.html b/rectangles.html index 370e913..de8cf74 100644 --- a/rectangles.html +++ b/rectangles.html @@ -23,10 +23,9 @@ body > div { .back { background-color: #fff; } .left { background-color: #fff; } .right { background-color: #fff; } -.floor { background-color: #ffe; } +.floor { background-color: #eee; } .ceiling { background-color: rgba(230,230,255,0.3); } - .active.floor { background-color: #ffe; } .active.ceiling { background-color: rgba(230,230,255,0.3); } |
