Author: tkoomzaaskz Date: 2010-02-21 18:15:29 +0100 (Sun, 21 Feb 2010) New Revision: 28166
Modified: plugins/tdGuestbookPlugin/trunk/package.xml plugins/tdGuestbookPlugin/trunk/web/css/td_guestbook.css Log: [td][guestbook] release 0.1.5 - updated css to use background images Modified: plugins/tdGuestbookPlugin/trunk/package.xml =================================================================== --- plugins/tdGuestbookPlugin/trunk/package.xml 2010-02-21 17:13:53 UTC (rev 28165) +++ plugins/tdGuestbookPlugin/trunk/package.xml 2010-02-21 17:15:29 UTC (rev 28166) @@ -10,10 +10,10 @@ <email>[email protected]</email> <active>yes</active> </lead> - <date>2010-01-24</date> + <date>2010-02-21</date> <time>11:00:00</time> <version> - <release>0.1.4</release> + <release>0.1.5</release> <api>0.1.0</api> </version> <stability> @@ -137,6 +137,23 @@ <release> <version> + <release>0.1.5</release> + <api>0.1.0</api> + </version> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <license uri="http://www.symfony-project.org/license">MIT license</license> + <date>2010-02-21</date> + <license>MIT</license> + <notes> + * guestbook list/form templates use background image + </notes> + </release> + + <release> + <version> <release>0.1.4</release> <api>0.1.0</api> </version> Modified: plugins/tdGuestbookPlugin/trunk/web/css/td_guestbook.css =================================================================== --- plugins/tdGuestbookPlugin/trunk/web/css/td_guestbook.css 2010-02-21 17:13:53 UTC (rev 28165) +++ plugins/tdGuestbookPlugin/trunk/web/css/td_guestbook.css 2010-02-21 17:15:29 UTC (rev 28166) @@ -6,7 +6,7 @@ border: 1px solid #bbb; margin: 10px; padding: 5px; - background-color: #eee; + background-image: url('/images/background.jpg'); } #guestbook div { -- You received this message because you are subscribed to the Google Groups "symfony SVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-svn?hl=en.
