diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-03-06 11:26:58 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-03-06 11:26:58 -0500 |
| commit | a390354e9a02816f9598eacbf2bb49c28176211f (patch) | |
| tree | 7d0ff5be65d55875c03505a18cb6a8923101e2e9 /public/css | |
| parent | 9128ec77b581608635174f1ff46e3bfaea8c19d2 (diff) | |
move point stuff into point.js
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/drawdrawdraw.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/css/drawdrawdraw.css b/public/css/drawdrawdraw.css index ddb9061..eb632dc 100644 --- a/public/css/drawdrawdraw.css +++ b/public/css/drawdrawdraw.css @@ -26,6 +26,12 @@ body { background: #ddd; } +nav { + position: absolute; + top: 0; + right: 0; +} + .curtain { position: absolute; top: 0; |
