| commit | 92b63fbbfa629b652e3f20c534d20928329b6f0a | [log] [tgz] |
|---|---|---|
| author | gwt.team.knorton <gwt.team.knorton@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Fri May 25 21:31:55 2007 +0000 |
| committer | gwt.team.knorton <gwt.team.knorton@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Fri May 25 21:31:55 2007 +0000 |
| tree | 5f69f94de29644c8b28681138880946a220f6a71 | |
| parent | 429b948464c6654fefdfec58f861b6e696aa11f8 [diff] |
Fixes a Safari issue with the JSON sample. This is a follow up commit to r1147 that adds some needed CSS. Patch by: bobv Review by: knorton git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1160 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/json/src/com/google/gwt/sample/json/public/JSON.css b/samples/json/src/com/google/gwt/sample/json/public/JSON.css index c51ca84..6418587 100644 --- a/samples/json/src/com/google/gwt/sample/json/public/JSON.css +++ b/samples/json/src/com/google/gwt/sample/json/public/JSON.css
@@ -8,6 +8,10 @@ margin-top: 3px; } +table { + empty-cells: hide; +} + .intro { border: 1px solid #C3D9FF; background-color: #E8EEF7;