You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by ul...@apache.org on 2010/11/19 23:15:12 UTC

svn commit: r1037052 - /tapestry/tapestry-site/branches/post-5.2-site/styles/style.css

Author: uli
Date: Fri Nov 19 22:15:12 2010
New Revision: 1037052

URL: http://svn.apache.org/viewvc?rev=1037052&view=rev
Log:
change text color

Modified:
    tapestry/tapestry-site/branches/post-5.2-site/styles/style.css

Modified: tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/branches/post-5.2-site/styles/style.css?rev=1037052&r1=1037051&r2=1037052&view=diff
==============================================================================
--- tapestry/tapestry-site/branches/post-5.2-site/styles/style.css (original)
+++ tapestry/tapestry-site/branches/post-5.2-site/styles/style.css Fri Nov 19 22:15:12 2010
@@ -166,7 +166,7 @@ a img { text-decoration: none;}
   display: none;
 }
 
-#breadcrumbs { clear:both; font-size:18px; background-color:#eeeeee; font-family: Georgia, serif; padding:15px 30px; margin:15px 0px; }
+#breadcrumbs { clear:both; font-size:18px; color: black; background-color:#eeeeee; font-family: Georgia, serif; padding:15px 30px; margin:15px 0px; }
 #breadcrumbs a { color: #569D2F; text-decoration:none; }
 
 #footer { 



Re: svn commit: r1037052 - /tapestry/tapestry-site/branches/post-5.2-site/styles/style.css

Posted by Howard Lewis Ship <hl...@gmail.com>.
Great; that's a better solution.

On Sat, Nov 20, 2010 at 1:12 AM, Ulrich Stärk <ul...@spielviel.de> wrote:

> No need to. I wanted to set up a svnpubsub job that pushes those to the
> webservers instantly as soon as someone commits.
>
> Uli
>
> Am 20.11.2010 um 00:04 schrieb Howard Lewis Ship <hl...@gmail.com>:
>
> > At some point, I'll change my cron job to execute a script that does the
> > rsync, but also pulls a few resources out of SVN (style.css,
> > archetype-catalog.xml) and push those into /www/tapestry.apache.org as
> well.
> > We can then change the export template to refrence the copied file, not
> pull
> > directly from SVN.
> >
> > On Fri, Nov 19, 2010 at 2:15 PM, <ul...@apache.org> wrote:
> >
> >> Author: uli
> >> Date: Fri Nov 19 22:15:12 2010
> >> New Revision: 1037052
> >>
> >> URL: http://svn.apache.org/viewvc?rev=1037052&view=rev
> >> Log:
> >> change text color
> >>
> >> Modified:
> >>   tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
> >>
> >> Modified: tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
> >> URL:
> >>
> http://svn.apache.org/viewvc/tapestry/tapestry-site/branches/post-5.2-site/styles/style.css?rev=1037052&r1=1037051&r2=1037052&view=diff
> >>
> >>
> ==============================================================================
> >> --- tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
> >> (original)
> >> +++ tapestry/tapestry-site/branches/post-5.2-site/styles/style.css Fri
> Nov
> >> 19 22:15:12 2010
> >> @@ -166,7 +166,7 @@ a img { text-decoration: none;}
> >>  display: none;
> >> }
> >>
> >> -#breadcrumbs { clear:both; font-size:18px; background-color:#eeeeee;
> >> font-family: Georgia, serif; padding:15px 30px; margin:15px 0px; }
> >> +#breadcrumbs { clear:both; font-size:18px; color: black;
> >> background-color:#eeeeee; font-family: Georgia, serif; padding:15px
> 30px;
> >> margin:15px 0px; }
> >> #breadcrumbs a { color: #569D2F; text-decoration:none; }
> >>
> >> #footer {
> >>
> >>
> >>
> >
> >
> > --
> > Howard M. Lewis Ship
> >
> > Creator of Apache Tapestry
> >
> > The source for Tapestry training, mentoring and support. Contact me to
> learn
> > how I can get you up and productive in Tapestry fast!
> >
> > (971) 678-5210
> > http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to learn
how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

Re: svn commit: r1037052 - /tapestry/tapestry-site/branches/post-5.2-site/styles/style.css

Posted by Ulrich Stärk <ul...@spielviel.de>.
No need to. I wanted to set up a svnpubsub job that pushes those to the webservers instantly as soon as someone commits.

Uli

Am 20.11.2010 um 00:04 schrieb Howard Lewis Ship <hl...@gmail.com>:

> At some point, I'll change my cron job to execute a script that does the
> rsync, but also pulls a few resources out of SVN (style.css,
> archetype-catalog.xml) and push those into /www/tapestry.apache.org as well.
> We can then change the export template to refrence the copied file, not pull
> directly from SVN.
> 
> On Fri, Nov 19, 2010 at 2:15 PM, <ul...@apache.org> wrote:
> 
>> Author: uli
>> Date: Fri Nov 19 22:15:12 2010
>> New Revision: 1037052
>> 
>> URL: http://svn.apache.org/viewvc?rev=1037052&view=rev
>> Log:
>> change text color
>> 
>> Modified:
>>   tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
>> 
>> Modified: tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
>> URL:
>> http://svn.apache.org/viewvc/tapestry/tapestry-site/branches/post-5.2-site/styles/style.css?rev=1037052&r1=1037051&r2=1037052&view=diff
>> 
>> ==============================================================================
>> --- tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
>> (original)
>> +++ tapestry/tapestry-site/branches/post-5.2-site/styles/style.css Fri Nov
>> 19 22:15:12 2010
>> @@ -166,7 +166,7 @@ a img { text-decoration: none;}
>>  display: none;
>> }
>> 
>> -#breadcrumbs { clear:both; font-size:18px; background-color:#eeeeee;
>> font-family: Georgia, serif; padding:15px 30px; margin:15px 0px; }
>> +#breadcrumbs { clear:both; font-size:18px; color: black;
>> background-color:#eeeeee; font-family: Georgia, serif; padding:15px 30px;
>> margin:15px 0px; }
>> #breadcrumbs a { color: #569D2F; text-decoration:none; }
>> 
>> #footer {
>> 
>> 
>> 
> 
> 
> -- 
> Howard M. Lewis Ship
> 
> Creator of Apache Tapestry
> 
> The source for Tapestry training, mentoring and support. Contact me to learn
> how I can get you up and productive in Tapestry fast!
> 
> (971) 678-5210
> http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: svn commit: r1037052 - /tapestry/tapestry-site/branches/post-5.2-site/styles/style.css

Posted by Howard Lewis Ship <hl...@gmail.com>.
At some point, I'll change my cron job to execute a script that does the
rsync, but also pulls a few resources out of SVN (style.css,
archetype-catalog.xml) and push those into /www/tapestry.apache.org as well.
We can then change the export template to refrence the copied file, not pull
directly from SVN.

On Fri, Nov 19, 2010 at 2:15 PM, <ul...@apache.org> wrote:

> Author: uli
> Date: Fri Nov 19 22:15:12 2010
> New Revision: 1037052
>
> URL: http://svn.apache.org/viewvc?rev=1037052&view=rev
> Log:
> change text color
>
> Modified:
>    tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
>
> Modified: tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
> URL:
> http://svn.apache.org/viewvc/tapestry/tapestry-site/branches/post-5.2-site/styles/style.css?rev=1037052&r1=1037051&r2=1037052&view=diff
>
> ==============================================================================
> --- tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
> (original)
> +++ tapestry/tapestry-site/branches/post-5.2-site/styles/style.css Fri Nov
> 19 22:15:12 2010
> @@ -166,7 +166,7 @@ a img { text-decoration: none;}
>   display: none;
>  }
>
> -#breadcrumbs { clear:both; font-size:18px; background-color:#eeeeee;
> font-family: Georgia, serif; padding:15px 30px; margin:15px 0px; }
> +#breadcrumbs { clear:both; font-size:18px; color: black;
> background-color:#eeeeee; font-family: Georgia, serif; padding:15px 30px;
> margin:15px 0px; }
>  #breadcrumbs a { color: #569D2F; text-decoration:none; }
>
>  #footer {
>
>
>


-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to learn
how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com