From c9d79ee03c6cedc13c8db9a1df1d32b917b4ac8e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 13 Jul 2010 21:54:45 +0000 Subject: [PATCH] web: go back to robust inline addform position --- data/web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/style.css b/data/web/style.css index 53b8d6ff1..fb77aca24 100644 --- a/data/web/style.css +++ b/data/web/style.css @@ -11,7 +11,7 @@ body { font-family: "helvetica","arial", "sans serif"; margin:0; } #messages { color:red; background-color:#ffeeee; margin:0.5em;} .form { margin:1em; font-size:small; } #addform { background-color:#eeeeee; border:2px solid #dddddd; cell-padding:0; cell-spacing:0; } -#addform { float:right; } +#addform { /* float:right; */ } #addform #descriptionrow { } #addform #postingrow { } #addform #addbuttonrow { text-align:right; }