[or-cvs] r21952: {website} After sitting in my sandbox for ages, purge the flags (in website/trunk: . include)

Andrew Lewman andrew at torproject.org
Sun Mar 14 23:02:10 UTC 2010


Author: phobos
Date: 2010-03-14 23:02:10 +0000 (Sun, 14 Mar 2010)
New Revision: 21952

Modified:
   website/trunk/include/head.wmi
   website/trunk/stylesheet-ltr.css
   website/trunk/stylesheet-rtl.css
Log:
After sitting in my sandbox for ages, purge the flags


Modified: website/trunk/include/head.wmi
===================================================================
--- website/trunk/include/head.wmi	2010-03-14 22:13:11 UTC (rev 21951)
+++ website/trunk/include/head.wmi	2010-03-14 23:02:10 UTC (rev 21952)
@@ -58,23 +58,6 @@
 	    }
 	}:>
         </td>
-        <td class="banner-right">
-	<:{
-	  my $page = $WML_SRC_FILENAME;
-	  $page =~ s/\.wml//;
-	  for my $dir (@LANGUAGES) {
-	    if (-e "$dir/$WML_SRC_FILENAME") {
-	      if ($dir eq '$(LANG)') {
-	        printf('<acronym title="%s"><img src="$(IMGROOT)/%s.png" alt="%s" /></acronym> ', $LANGUAGES{$dir}, $dir, $LANGUAGES{$dir});
-	      } else {
-	        printf('<a href="%s.html.%s"><acronym title="%s"><img src="$(IMGROOT)/%s.png" alt="%s" /></acronym></a> ', $page, $dir, $LANGUAGES{$dir}, $dir, $LANGUAGES{$dir});
-	      };
-	    } else {
-	      printf('<img src="$(IMGROOT)/green-flagspace.png"/> ');
-	    };
-	  };
-	}:>
-        </td>
     </tr>
 </table>
 

Modified: website/trunk/stylesheet-ltr.css
===================================================================
--- website/trunk/stylesheet-ltr.css	2010-03-14 22:13:11 UTC (rev 21951)
+++ website/trunk/stylesheet-ltr.css	2010-03-14 23:02:10 UTC (rev 21952)
@@ -214,7 +214,7 @@
     padding-bottom: 10px;
     color: white;
     font-weight: bold;
-    font-size: 1em;
+    font-size: 1.2em;
 }
 
 td.banner-middle a, td.banner-middle a:visited {

Modified: website/trunk/stylesheet-rtl.css
===================================================================
--- website/trunk/stylesheet-rtl.css	2010-03-14 22:13:11 UTC (rev 21951)
+++ website/trunk/stylesheet-rtl.css	2010-03-14 23:02:10 UTC (rev 21952)
@@ -214,7 +214,7 @@
     padding-bottom: 10px;
     color: white;
     font-weight: bold;
-    font-size: 1em;
+    font-size: 1.2em;
 }
 
 td.banner-middle a, td.banner-middle a:visited {



More information about the tor-commits mailing list