aboutsummaryrefslogtreecommitdiff
path: root/image.css
diff options
context:
space:
mode:
Diffstat (limited to 'image.css')
-rw-r--r--image.css15
1 files changed, 0 insertions, 15 deletions
diff --git a/image.css b/image.css
deleted file mode 100644
index a3f6114..0000000
--- a/image.css
+++ /dev/null
@@ -1,15 +0,0 @@
-/* $Id$ */
-
-/**
- * Image upload widget.
- */
-div.image-preview {
- float: left; /* LTR */
- padding: 0 10px 10px 0; /* LTR */
-}
-div.image-widget-data {
- float: left; /* LTR */
-}
-div.image-widget-data input.text-field {
- width: auto;
-}