summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2010-06-03 16:44:14 +0000
committerLester Caine <lester@lsces.co.uk>2010-06-03 16:44:14 +0000
commit0495660df7258b53b6c8b06771c431e61f7455f2 (patch)
tree1610d1738f12eec9184fcd55e28b9dc0124e139e
parent10f462258db21fbc68e015a5cbe6f3895cde8200 (diff)
downloadthemes-CVS_HEAD.tar.gz
themes-CVS_HEAD.tar.bz2
themes-CVS_HEAD.zip
Move to itags packageCVS_HEAD
-rw-r--r--css/imagetag.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/css/imagetag.css b/css/imagetag.css
deleted file mode 100644
index 8c5e7e4..0000000
--- a/css/imagetag.css
+++ /dev/null
@@ -1,21 +0,0 @@
-/* css data for image area tagging */
- .tagOn{
- border:1px solid black;
- }
- #taggingArea{
- position:relative;
- width:auto;
- float:left;
- }
- #formArea{
- width:50%;
- float:left;
- }
- #drag{
- position:absolute;
- top:0px;
- width:100px;
- height:100px;
- border:2px solid black;
- background:url('blank.gif');
- }