summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-28 13:39:27 +0100
committerYorhel <git@yorhel.nl>2008-11-28 13:39:27 +0100
commit4c79e6bb6cd9ecc076197e27caae0cc61010cf25 (patch)
tree0c040a9101b3819e56db158571f5815324989299 /static
parentd803fc7c69beb6715ce4b5cacfbf1c6385de32ba (diff)
VN image upload works
Diffstat (limited to 'static')
-rw-r--r--static/f/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/f/style.css b/static/f/style.css
index dc236dd7..332a0547 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -606,6 +606,14 @@ form #jt_box_categories li li b { width: 13px; font-weight: bold; }
width: 100%;
}
+#jt_box_image div.img {
+ float: left;
+ height: 400px;
+ padding-right: 20px;
+}
+#jt_box_image h2 {
+ margin: 0;
+}