X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fdnd.css;h=bda947e1ea59665c0a3e85bfa9fe39a13a004d85;hb=444d878e397b2c9e888317ac7987c9cc561f1944;hp=053bcc201bf6b4c43bc5a5b8ffc5507c16e0567c;hpb=006ab1d2517a44e763985fe00dd6987aa6aa6412;p=brisk.git diff --git a/web/dnd.css b/web/dnd.css index 053bcc2..bda947e 100644 --- a/web/dnd.css +++ b/web/dnd.css @@ -1,7 +1,10 @@ /* * brisk - dnd.css * - * Copyright (C) 2006 matteo.nastasi@milug.org + * Copyright (C) 2006-2012 Matteo Nastasi + * mailto: nastasi@alternativeoutput.it + * matteo.nastasi@milug.org + * web: http://www.alternativeoutput.it * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,8 +19,6 @@ * not, write to the Free Software Foundation, Inc, 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. * - * $Id$ - * */ body { @@ -30,14 +31,14 @@ body { position: absolute; border-style: solid; border-width: 1px; - border-color: grey; + border-color: gray; } */ img.card { position: absolute; border-style: solid; border-width: 1px; - border-color: grey; + border-color: gray; visibility: hidden; left: 100; top: 200; @@ -47,7 +48,7 @@ img.cover { position: absolute; border-style: solid; border-width: 1px; - border-color: lightgrey; + border-color: lightgray; visibility: hidden; }