Opened 18 years ago
Closed 16 years ago
#7134 closed defect (bug) (fixed)
Gallery shortcode produces wrong style on RTL layouts
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Gallery | Keywords: | has-patch, tested |
| Focuses: | Cc: |
Description
The [gallery] shortcode produces an embedded stylesheet (which obviously overrides whatever you try to place in your theme's rtl.css) which specifies float:left. It should be float:right on RTL layouts.
The attached patch fixes this.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Patch