summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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');
- }