You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by an...@apache.org on 2004/12/02 03:04:50 UTC

svn commit: r109428 - /forrest/trunk/main/webapp/skins/tigris/css/tigris.css

Author: antonio
Date: Wed Dec  1 18:04:50 2004
New Revision: 109428

URL: http://svn.apache.org/viewcvs?view=rev&rev=109428
Log:
Add 'footerLogo' class for footer w3c compliance logos
Modified:
   forrest/trunk/main/webapp/skins/tigris/css/tigris.css

Modified: forrest/trunk/main/webapp/skins/tigris/css/tigris.css
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/tigris/css/tigris.css?view=diff&rev=109428&p1=forrest/trunk/main/webapp/skins/tigris/css/tigris.css&r1=109427&p2=forrest/trunk/main/webapp/skins/tigris/css/tigris.css&r2=109428
==============================================================================
--- forrest/trunk/main/webapp/skins/tigris/css/tigris.css	(original)
+++ forrest/trunk/main/webapp/skins/tigris/css/tigris.css	Wed Dec  1 18:04:50 2004
@@ -1,5 +1,5 @@
 /* $Id: tigris.css,v 1.9 2003/04/10 22:58:32 tfahrner Exp $
-	
+
 	This file defines basic default formatting for HTML conforming to Tigris application style. To extend or override these rules for your instance, edit inst.css instead of this file. */
 
 /* colors, backgrounds, borders, link indication */
@@ -595,6 +595,11 @@
 	vertical-align: top;
 }
 
+.footerLogos  {
+	text-align: right;
+	vertical-align: middle;
+}
+
 .right {
 	text-align: right !important;
 }
@@ -890,6 +895,7 @@
 
 .printlink {
     float: right;
+    text-align: center;
 }
 .printlink br {
     margin-top: -10px;

Re: svn commit: r109428 - /forrest/trunk/main/webapp/skins/tigris/css/tigris.css

Posted by Antonio Gallardo <ag...@agssa.net>.
On Jue, 2 de Diciembre de 2004, 0:16, David Crossley dijo:
> Antonio Gallardo wrote:
>> On Mie, 1 de Diciembre de 2004, 20:55, David Crossley dijo:
>>
>>>Please note these changes in
>>>forrest/trunk/main/webapp/skins/tigris/README.txt
>>
>>
>> Sorry, I will review this changes.
>
> Just for the CSS files. They are a copy of the files from tigris.org
> so we need to track our changes. Perhaps SVN log would suffice,
> but we have been doing this README.txt too.

Yep!

While reviewing the README.txt, I understood in the same way. ;-)

I already updated the README.txt too.

Best Regards,

Antonio Gallardo


Re: svn commit: r109428 - /forrest/trunk/main/webapp/skins/tigris/css/tigris.css

Posted by David Crossley <cr...@apache.org>.
Antonio Gallardo wrote:
> On Mie, 1 de Diciembre de 2004, 20:55, David Crossley dijo:
> 
>>Please note these changes in
>>forrest/trunk/main/webapp/skins/tigris/README.txt
> 
> 
> Sorry, I will review this changes.

Just for the CSS files. They are a copy of the files from tigris.org
so we need to track our changes. Perhaps SVN log would suffice,
but we have been doing this README.txt too.

--David




Re: svn commit: r109428 - /forrest/trunk/main/webapp/skins/tigris/css/tigris.css

Posted by Antonio Gallardo <ag...@agssa.net>.
On Mie, 1 de Diciembre de 2004, 20:55, David Crossley dijo:
> Please note these changes in
> forrest/trunk/main/webapp/skins/tigris/README.txt

Sorry, I will review this changes.

Best Regards,

Antonio Gallardo


Re: svn commit: r109428 - /forrest/trunk/main/webapp/skins/tigris/css/tigris.css

Posted by David Crossley <cr...@apache.org>.
Please note these changes in
forrest/trunk/main/webapp/skins/tigris/README.txt

--David

antonio@apache.org wrote:
> Author: antonio
> Date: Wed Dec  1 18:04:50 2004
> New Revision: 109428
> 
> URL: http://svn.apache.org/viewcvs?view=rev&rev=109428
> Log:
> Add 'footerLogo' class for footer w3c compliance logos
> Modified:
>    forrest/trunk/main/webapp/skins/tigris/css/tigris.css
> 
> Modified: forrest/trunk/main/webapp/skins/tigris/css/tigris.css
> Url: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/tigris/css/tigris.css?view=diff&rev=109428&p1=forrest/trunk/main/webapp/skins/tigris/css/tigris.css&r1=109427&p2=forrest/trunk/main/webapp/skins/tigris/css/tigris.css&r2=109428
> ==============================================================================
> --- forrest/trunk/main/webapp/skins/tigris/css/tigris.css	(original)
> +++ forrest/trunk/main/webapp/skins/tigris/css/tigris.css	Wed Dec  1 18:04:50 2004
> @@ -1,5 +1,5 @@
>  /* $Id: tigris.css,v 1.9 2003/04/10 22:58:32 tfahrner Exp $
> -	
> +
>  	This file defines basic default formatting for HTML conforming to Tigris application style. To extend or override these rules for your instance, edit inst.css instead of this file. */
>  
>  /* colors, backgrounds, borders, link indication */
> @@ -595,6 +595,11 @@
>  	vertical-align: top;
>  }
>  
> +.footerLogos  {
> +	text-align: right;
> +	vertical-align: middle;
> +}
> +
>  .right {
>  	text-align: right !important;
>  }
> @@ -890,6 +895,7 @@
>  
>  .printlink {
>      float: right;
> +    text-align: center;
>  }
>  .printlink br {
>      margin-top: -10px;