From 703749333b78b62a3dff5b5a4a81bc6cbeef8178 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 19 Jul 2012 11:06:18 -0300 Subject: [PATCH] Fix ridiculous layout bug in the default theme --- public/designs/themes/base/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/designs/themes/base/style.css b/public/designs/themes/base/style.css index 34fc30d..817eb90 100644 --- a/public/designs/themes/base/style.css +++ b/public/designs/themes/base/style.css @@ -75,7 +75,7 @@ body, th, td, input { #user { text-align: right; position: absolute; - right: 20px; + right: 10px; z-index: 10; } -- libgit2 0.21.2