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

     
    7676  margin-top: 0.5em;
    7777}
    7878
    79 span.thumbnail-left, span.thumbnail-righ
     79span.thumbnail-left, span.thumbnail-right
    8080{
    8181  display: block;
    8282  margin: 0em 2em;
    8383  padding: 0em;
    8484}
    8585
    86 span.thumbnail-left span.aux, span.thumbnail-righ span.aux
     86span.thumbnail-left span.aux, span.thumbnail-right span.aux
    8787{
    8888  display: block;
    8989  margin: 0.5em 0em;

Seems to by a typo?

Attachments (0)

Change History (2)

comment:1 Changed 14 years ago by Radek Bartoň

Status: newassigned

Thanks for noticing.

comment:2 Changed 14 years ago by Radek Bartoň

Resolution: fixed
Status: assignedclosed

(In [8597]) ScreenshotsPlugin:

  • Apply currently pending bugfixes, closes #7264, #7574.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Radek Bartoň.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.