]> source.dussan.org Git - gwtquery.git/commit
add outline property
authorJulien Dramaix <julien.dramaix@gmail.com>
Thu, 27 Jan 2011 20:56:21 +0000 (20:56 +0000)
committerJulien Dramaix <julien.dramaix@gmail.com>
Thu, 27 Jan 2011 20:56:21 +0000 (20:56 +0000)
commitee7b59d4c83ed5a792078f97568773269e7048c0
tree9b11d9333c763d4f161611d239211f3cbffdac15
parent8a45280e017a8724e8b49e4f5327512c3878d184
add outline property
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BorderProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BorderStyleProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BorderWidthProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/CSS.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/OutlineColorProperty.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/css/OutlineProperty.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/css/OutlineStyleProperty.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/css/OutlineWidthProperty.java [new file with mode: 0644]
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCssTest.java