summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/org.eclipse.swt.examples.browser.demos/css2/style.css1
-rw-r--r--examples/org.eclipse.swt.examples.browser.demos/css3/style.css1
-rw-r--r--examples/org.eclipse.swt.examples.browser.demos/css4/style.css1
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/org.eclipse.swt.examples.browser.demos/css2/style.css b/examples/org.eclipse.swt.examples.browser.demos/css2/style.css
index 9ef0d94191..590749c6b1 100644
--- a/examples/org.eclipse.swt.examples.browser.demos/css2/style.css
+++ b/examples/org.eclipse.swt.examples.browser.demos/css2/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_chip.gif) no-repeat; width:48px; height:48px;}
.blacklink a:hover {display: block; background: url(./black_chip.gif) no-repeat; width:48px; height:48px;}
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;}
diff --git a/examples/org.eclipse.swt.examples.browser.demos/css4/style.css b/examples/org.eclipse.swt.examples.browser.demos/css4/style.css
index a1a3afbefe..e15b096be0 100644
--- a/examples/org.eclipse.swt.examples.browser.demos/css4/style.css
+++ b/examples/org.eclipse.swt.examples.browser.demos/css4/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(./blue_people.gif) no-repeat; width:48px; height:48px;}
.blacklink a:hover {display: block; background: url(./gold_people.gif) no-repeat; width:48px; height:48px;}