You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/16 05:46:34 UTC

[myfaces-tobago] 02/10: fixed style error

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to tag tobago-1.0.11
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 03531ce5801fdedae2b938bd26fa074b9d1623f5
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Mon May 21 17:06:00 2007 +0000

    fixed style error
---
 .../myfaces/tobago/renderkit/html/speyside/standard/style/style.css    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css b/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
index 245d130..e718412 100644
--- a/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
+++ b/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
@@ -483,7 +483,8 @@ label.tobago-label-error {
 /* text -------------------------------------------------------------------- */
 
 .tobago-out-default  {
-  font: 12px arial, helvetica, sans-serif;
+  font-family: arial, helvetica, sans-serif;
+  font-size: 12px;
 }
 
 /* textArea ---------------------------------------------------------------- */

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.