diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-01-24 15:37:53 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-01-24 15:37:53 -0500 |
| commit | 8ae0a6a621ccdf300287c6a30aedb863a3184852 (patch) | |
| tree | ce2649f41a76a92df2ea3e84b80858f005c1adcf /public/stylesheets | |
| parent | c15f0f8f6127554f5ddf05718de568c7d3a7dbc5 (diff) | |
time on cursors
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/style.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2c033a9..93585a3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -390,12 +390,18 @@ header { .cursor div { position: relative; left: 25px; - top: 0; + top: 3px; font-size: 12px; color: #333; font-family: 'Julius Sans One', sans-serif; z-index:2; } +.cursor div.name { + left: 29px; +} +.cursor div.time { + font-size: 10px; +} .cursor.idle div { color: transparent; } |
