The branch, master has been updated via 0c6708060be8c42cf6c6d55fe696b77550dcb8d4 (commit) from 657386a0f4b14e7220e32a9f041e00a5267a895e (commit)
- Log ----------------------------------------------------------------- commit 0c6708060be8c42cf6c6d55fe696b77550dcb8d4 Author: Michal Čihař mcihar@novell.com Date: Thu Mar 24 14:24:20 2011 +0100
Fix displaying of new navigation
-----------------------------------------------------------------------
Summary of changes: graphite/css/theme_right.css.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php index b08d8d0..efb112b 100644 --- a/graphite/css/theme_right.css.php +++ b/graphite/css/theme_right.css.php @@ -146,6 +146,9 @@ td { vertical-align: top; border: 1px solid black; } +table.navigation { + clear: both; +}
table.navigation td, #actions_panel table td { border: none;
hooks/post-receive