[tor-bugs] #2692 [Website]: website css needs right-to-left support for arabic/farsi

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Tue Mar 15 14:57:18 UTC 2011


#2692: website css needs right-to-left support for arabic/farsi
---------------------+------------------------------------------------------
 Reporter:  arma     |          Owner:  phobos             
     Type:  defect   |         Status:  new                
 Priority:  normal   |      Milestone:  Deliverable-Mar2011
Component:  Website  |        Version:                     
 Keywords:           |         Parent:                     
   Points:           |   Actualpoints:                     
---------------------+------------------------------------------------------

Comment(by OsamaK):

 Thank you Ahmad!

 I noticed that the text in 'Our Projects' section of the index page
 doesn't have the right alignment. Adding the following code to typography-
 rtl.css will fix that:

 {{{
 caption, th, td {
 text-align: right;
 }
 }}}

 Also, the 'Who uses Tor?' section of the index page isn't at the left of
 the main column. Adding the following rule to "#home #maincol":
 {{{
 margin-right: none;
 }}}

 Could we please speed this up?

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/2692#comment:8>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list