From: Matti Tahvonen Date: Thu, 14 May 2009 06:25:03 +0000 (+0000) Subject: fixed broken theme in addressbook example X-Git-Tag: 6.7.0.beta1~2897 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6ca921218f0af119fd2716adc243287655a2f4f8;p=vaadin-framework.git fixed broken theme in addressbook example svn changeset:7786/svn branch:6.0 --- diff --git a/WebContent/VAADIN/themes/contacts/styles.css b/WebContent/VAADIN/themes/contacts/styles.css index 8425158680..40fc5e8096 100644 --- a/WebContent/VAADIN/themes/contacts/styles.css +++ b/WebContent/VAADIN/themes/contacts/styles.css @@ -82,7 +82,7 @@ } .v-table-cell-content { - padding: 2px 0 2px 3px; + padding: 2px 6px 2px 3px; line-height: normal; font-size: 85%; }