Modify ↓
Opened 14 years ago
Closed 14 years ago
#7264 closed defect (fixed)
Attribute "align=right" not working
Reported by: | Oliver Metz | Owned by: | Radek Bartoň |
---|---|---|---|
Priority: | normal | Component: | ScreenshotsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
For me the attribute align=right didn't work. left and center did. Looking into screenshot.css I found the following:
-
htdocs/css/screenshots.css
76 76 margin-top: 0.5em; 77 77 } 78 78 79 span.thumbnail-left, span.thumbnail-righ 79 span.thumbnail-left, span.thumbnail-right 80 80 { 81 81 display: block; 82 82 margin: 0em 2em; 83 83 padding: 0em; 84 84 } 85 85 86 span.thumbnail-left span.aux, span.thumbnail-righ span.aux86 span.thumbnail-left span.aux, span.thumbnail-right span.aux 87 87 { 88 88 display: block; 89 89 margin: 0.5em 0em;
Seems to by a typo?
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [8597]) ScreenshotsPlugin:
Note: See
TracTickets for help on using
tickets.
Thanks for noticing.