diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-07-06 14:41:15 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-07-06 14:41:15 +0000 |
commit | d355679a10af9feb538dc3ca2d2b9326205ebf62 (patch) | |
tree | 3a28169e84c8a94dba3d9129bda99449c8d7c48e /WebContent/VAADIN/themes/tests-tickets | |
parent | b518d769934e999e774ef1d986d1cff1829f6e5b (diff) | |
download | vaadin-framework-d355679a10af9feb538dc3ca2d2b9326205ebf62.tar.gz vaadin-framework-d355679a10af9feb538dc3ca2d2b9326205ebf62.zip |
Test case for #3915
svn changeset:14105/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/tests-tickets')
-rw-r--r-- | WebContent/VAADIN/themes/tests-tickets/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/tests-tickets/styles.css b/WebContent/VAADIN/themes/tests-tickets/styles.css index a635a6b503..9aa67036e5 100644 --- a/WebContent/VAADIN/themes/tests-tickets/styles.css +++ b/WebContent/VAADIN/themes/tests-tickets/styles.css @@ -1309,3 +1309,8 @@ padding:2px; line-height: normal; } + +.redblueborders { + border-right: 10px solid red; + border-left: 10px solid blue; +}
\ No newline at end of file |