From 21e7455907822786c274e7f377312db3fc9215d3 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Wed, 11 Apr 2012 02:44:57 +0000 Subject: [PATCH] fix #278 layout in opera git-svn-id: svn://svn.lighttpd.net/xcache/trunk@892 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- admin/xcache.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/xcache.css b/admin/xcache.css index d9d67fd..5d68a62 100644 --- a/admin/xcache.css +++ b/admin/xcache.css @@ -2,7 +2,7 @@ input, table { font-family: sans-serif; } input { font-size: 12px; } table { border-collapse: collapse; font-size: 11px; margin: 0; margin-bottom: 10px; } table caption, h2 { font-size: 16px; font-weight: bold; text-align: left; padding-top: 20px; margin-bottom: 2px; } -table { white-space: pre; } +td, th { white-space: pre; } table.cycles { border: 1px solid black; margin-top: 5px; margin-bottom: 5px; } table.cycles .col1 { background-color: #f5f5f5; } table.cycles .col2 { background-color: #e0e0e0; }