diff options
author | matthew <matthew> | 2006-10-07 21:06:31 +0000 |
---|---|---|
committer | matthew <matthew> | 2006-10-07 21:06:31 +0000 |
commit | 03d55b3dca58bcb76673a9c3cd6ca18c17a4610a (patch) | |
tree | c1b07f628dd55c4a9a0d392f260cbb743cff12cd /web/css.css | |
parent | c3d00850232f9ee73c73e34e9ea671deaeba1b9e (diff) |
Let's not perform a needless nested loop on every mousemove shall we?
Dragging should be much quicker now.
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/css.css b/web/css.css index caaf3f786..d020150ee 100644 --- a/web/css.css +++ b/web/css.css @@ -4,7 +4,7 @@ body { font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif; margin: 0; padding: 0; - dcolor: #a9aeb0; + /* color: #a9aeb0; */ } h1 { |