[ 
https://jira.codehaus.org/browse/MSKINS-28?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=295259#comment-295259
 ] 

Andreas Sewe commented on MSKINS-28:
------------------------------------

Unfortunately, as I just discovered, the fix doesn't quite work as soon as you 
have *multiple* "powered by" logos.

Compare the left sidebars of the following two sites, for example: 
http://www.alia4j.org/alia4j/ (fluido 1.1) and http://stage.alia4j.org/alia4j/ 
(fluido 1.2). When viewing the latter in a browser whose viewport is wide 
enough (1920px works; alternatively adjust the logos' width using Firebug or 
some such), the two logos (AOSD Europe, CASED) are shown side by side, which 
can be quite ugly, depending on the logos' sizes and aspect ratios.

IMHO, turning the images into block-level elements and centering those would be 
a better solution than centering them as inline-level elements with 
{{text-align}}:

{quote}
img.poweredBy {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
{quote}
                
> Make it possible to center "powered by" logos in sidebar
> --------------------------------------------------------
>
>                 Key: MSKINS-28
>                 URL: https://jira.codehaus.org/browse/MSKINS-28
>             Project: Maven Skins
>          Issue Type: Wish
>          Components: Fluido Skin
>    Affects Versions: fluido-1.1
>            Reporter: Andreas Sewe
>            Assignee: Simone Tripodi
>            Priority: Minor
>             Fix For: fluido-1.2
>
>
> Left alignment may look OK for badge-like logos like 
> <http://maven.apache.org/skins/maven-fluido-skin/images/logos/maven-feather.png>,
>  but is quite ugly for other types of logo.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to