From 3f34383d4dab0cb3f835164dd25b0dddd0285148 Mon Sep 17 00:00:00 2001 From: Kensuke Kaneko Date: Thu, 21 Jan 2010 00:07:21 +0900 Subject: [PATCH] CSS --- depot/public/stylesheets/depot.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/depot/public/stylesheets/depot.css b/depot/public/stylesheets/depot.css index 09dfee6..782260c 100644 --- a/depot/public/stylesheets/depot.css +++ b/depot/public/stylesheets/depot.css @@ -141,6 +141,12 @@ h1 { margin-right: 2em; } +/* START:inline */ +#store .entry form, #store .entry form div { + display: inline; +} +/* END:inline */ + /* The error box */ .fieldWithErrors {