From bf0dec843de68b71a9f28f72401fb10769088537 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 11 Jun 2009 17:26:24 +0000 Subject: [PATCH] Don't wrap breadcrumb in IE6 git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@674 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.css b/default.css index 58a3ea80..5ea95936 100644 --- a/default.css +++ b/default.css @@ -33,7 +33,7 @@ thead tr:hover td { background: transparent; } #menu form { margin: 0; } #content { margin: 2em 0 0 21em; padding: 10px 20px 20px 0; } #lang { position: absolute; top: 0; left: 0; line-height: 1.8em; padding: .3em 1em; } -#breadcrumb { position: absolute; top: 0; left: 21em; background: #eee; height: 2em; line-height: 1.8em; padding: 0 1em; margin: 0 0 0 -18px; } +#breadcrumb { white-space: nowrap; position: absolute; top: 0; left: 21em; background: #eee; height: 2em; line-height: 1.8em; padding: 0 1em; margin: 0 0 0 -18px; } #schema { margin-left: 60px; position: relative; } #schema .table { border: 1px solid Silver; padding: 0 2px; cursor: move; position: absolute; } #schema .references { position: absolute; }