Making WordPress.org

Ticket #1048: unused-footer-css-in-rtl.patch

File unused-footer-css-in-rtl.patch, 290 bytes (added by ramiy, 10 years ago)
  • rtl.css

     
    4545span.author {
    4646        display: block;
    4747}
    48 
    49 #footer {
    50         margin-left: 0;
    51 }
    52 
    53 #footer p {
    54         direction: ltr;
    55         text-align: left;
    56 }
    57