+1, if the following 2 minor issues are resolved
- Markup "strong" for tc:out doesn't work in Speyside (I will check in
the necessary change in the trunk; for the release see the attached
patch file)
- If you switch to the Richmond theme in the address book demo, you will
get superfluous scroll bars in the address editor. I didn't look into
this one up to now.
Regards,
Arvid
Matthias Wessendorf wrote:
+1
On 5/20/07, Grant Smith <[EMAIL PROTECTED]> wrote:
+1
On 5/20/07, Bernd Bohmann <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I would like to release Tobago 1.0.11,
>
> This release contains over 50 changes.
> For a detail list please consult the release notes:
>
>
http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12312376
>
> The version is available at the staging location and the revision
number
> of the release is 539876 and tagged as tobago-1.0.11.
>
> Staging distribution:
>
> http://people.apache.org/~bommel
>
> Staging repository:
>
> http://people.apache.org/~bommel/repo
>
>
> The Vote is open for 72h.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Regards
>
> Bernd
>
>
--
Grant Smith
Index:
theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
===================================================================
---
theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
(revision 539937)
+++
theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
(working copy)
@@ -483,7 +483,8 @@
/* text -------------------------------------------------------------------- */
.tobago-out-default {
- font: 12px arial, helvetica, sans-serif;
+ font-family: arial, helvetica, sans-serif;
+ font-size: 12px;
}
/* textArea ---------------------------------------------------------------- */