summaryrefslogtreecommitdiffstats
path: root/examples/org.eclipse.swt.examples.browser.demos/css3
diff options
context:
space:
mode:
authorChristophe Cornu <ccornu>2004-09-30 21:20:31 +0000
committerChristophe Cornu <ccornu>2004-09-30 21:20:31 +0000
commit3626c3a97ffc3743fac63140d65a026ea6e8a73e (patch)
tree8e79672c5456e8b16410e28c34818eafa082ce77 /examples/org.eclipse.swt.examples.browser.demos/css3
parentb7c8f4d529f0e286d062a0a149ea2e2887859c2c (diff)
downloadeclipse.platform.swt-3626c3a97ffc3743fac63140d65a026ea6e8a73e.tar.gz
eclipse.platform.swt-3626c3a97ffc3743fac63140d65a026ea6e8a73e.tar.xz
eclipse.platform.swt-3626c3a97ffc3743fac63140d65a026ea6e8a73e.zip
fix layout problem with empty cells having different size from hyperlink cells
Diffstat (limited to 'examples/org.eclipse.swt.examples.browser.demos/css3')
-rw-r--r--examples/org.eclipse.swt.examples.browser.demos/css3/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/org.eclipse.swt.examples.browser.demos/css3/style.css b/examples/org.eclipse.swt.examples.browser.demos/css3/style.css
index 293ad78ba4..bddf04e514 100644
--- a/examples/org.eclipse.swt.examples.browser.demos/css3/style.css
+++ b/examples/org.eclipse.swt.examples.browser.demos/css3/style.css
@@ -15,6 +15,7 @@ td {height:48px; width:48px; table-layout: fixed;}
.whitelink a {display: block; width:48px; height:48px;}
.blacklink a {display: block; width:48px; height:48px;}
+.empty {display: block; width:48px; height:48px;}
.whitelink a:hover {display: block; background: url(./white_pawn.gif) no-repeat; width:48px; height:48px;}
.blacklink a:hover {display: block; background: url(./black_pawn.gif) no-repeat; width:48px; height:48px;}