diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-01-27 14:23:04 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-01-27 14:23:04 +0000 |
commit | b029696317a68c9412c8b65c63db2eb14e3d44c6 (patch) | |
tree | b302cbf90b7ab475c1a1d1afc3d0d5d2129fd38e /WebContent/ITMILL/themes/default | |
parent | f4668b3cc1422d16dec1f4646dd4d2de4116fa7d (diff) | |
download | vaadin-framework-b029696317a68c9412c8b65c63db2eb14e3d44c6.tar.gz vaadin-framework-b029696317a68c9412c8b65c63db2eb14e3d44c6.zip |
fixes #2500
svn changeset:6653/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/default')
-rw-r--r-- | WebContent/ITMILL/themes/default/button/button.css | 1 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/WebContent/ITMILL/themes/default/button/button.css b/WebContent/ITMILL/themes/default/button/button.css index d471d699cb..b1e20b0c0d 100644 --- a/WebContent/ITMILL/themes/default/button/button.css +++ b/WebContent/ITMILL/themes/default/button/button.css @@ -19,7 +19,6 @@ .i-button-link { border: none; text-align: left; - text-decoration: underline; background: none;
padding: 0; }
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 5bcaaeaf01..b1710999b6 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -67,7 +67,6 @@ .i-button-link { border: none; text-align: left; - text-decoration: underline; background: none; padding: 0; } |