diff options
| author | Lars Vogel | 2014-03-11 11:26:02 +0000 |
|---|---|---|
| committer | Lars Vogel | 2014-03-11 11:26:21 +0000 |
| commit | dcd9bcd8ccc8974b64f6a390f8a4c2ef658efd47 (patch) | |
| tree | f2bad598c5719c74bbd72dcd981548bd0bf6c709 | |
| parent | 036f7b2a5bbacb8f0f012544e168b226fc305980 (diff) | |
| download | eclipse.platform.ui-dcd9bcd8ccc8974b64f6a390f8a4c2ef658efd47.tar.gz eclipse.platform.ui-dcd9bcd8ccc8974b64f6a390f8a4c2ef658efd47.tar.xz eclipse.platform.ui-dcd9bcd8ccc8974b64f6a390f8a4c2ef658efd47.zip | |
Bug 427896 - [Examples] Update Contacts demo for Luna
Demonstrates how to add additional attributes to the imported CSS
Change-Id: I4a0725e51b3c2dd799a6caf6ef9099230fd0ab0e
Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
| -rw-r--r-- | examples/org.eclipse.e4.demo.contacts/css/dark-include.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/org.eclipse.e4.demo.contacts/css/dark-include.css b/examples/org.eclipse.e4.demo.contacts/css/dark-include.css index 40881fedf41..141f5ed494d 100644 --- a/examples/org.eclipse.e4.demo.contacts/css/dark-include.css +++ b/examples/org.eclipse.e4.demo.contacts/css/dark-include.css @@ -12,3 +12,6 @@ @import url("platform:/plugin/org.eclipse.ui.themes/css/e4-dark.css"); +Text { + font: Verdana 8px; +} |
