diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-01-24 15:33:23 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-01-24 15:33:23 -0500 |
| commit | c15f0f8f6127554f5ddf05718de568c7d3a7dbc5 (patch) | |
| tree | 0f9f4b39a28f302242e75c24c9f38c5acdd55f4f /public/stylesheets | |
| parent | 45aeb76d1d199e31d6cf33eafe34092c7dfc68cc (diff) | |
idling yourself
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/style.css | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 413e29a..2c033a9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -387,7 +387,7 @@ header { transition: none; } -.cursor span { +.cursor div { position: relative; left: 25px; top: 0; @@ -396,17 +396,7 @@ header { font-family: 'Julius Sans One', sans-serif; z-index:2; } -.cursor span:after { - content: "15:33"; - margin-left: 25px; - color: black; - display: block; - float: left; -} -.cursor.idle span { - color: transparent; -} -.cursor.idle span:after { +.cursor.idle div { color: transparent; } |
