diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-07-01 11:46:24 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-07-01 11:46:24 +0000 |
commit | a99f26ef3675dc7f6ead0bda52b272a280c233fa (patch) | |
tree | dc58eee9f1e9041ea6c1a98b8ee97d9a53dc7ef9 /WebContent/ITMILL/themes/tests-tickets | |
parent | 3f3e128fd5c9d13e0055d58b8e29f0122a1f07f4 (diff) | |
download | vaadin-framework-a99f26ef3675dc7f6ead0bda52b272a280c233fa.tar.gz vaadin-framework-a99f26ef3675dc7f6ead0bda52b272a280c233fa.zip |
Test for #1857
svn changeset:4995/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/tests-tickets')
-rw-r--r-- | WebContent/ITMILL/themes/tests-tickets/styles.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/tests-tickets/styles.css b/WebContent/ITMILL/themes/tests-tickets/styles.css new file mode 100644 index 0000000000..068b5533f4 --- /dev/null +++ b/WebContent/ITMILL/themes/tests-tickets/styles.css @@ -0,0 +1,13 @@ +@import url(../default/styles.css); + +/*****************************************************************************/ +/* Ticket 1857 */ +/*****************************************************************************/ + +.i-table-cell-content-old { + color: brown; +} + +.i-table-cell-content-young { + color: green; +} |