[ 
https://issues.apache.org/jira/browse/DOXIASITETOOLS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15814732#comment-15814732
 ] 

Hudson commented on DOXIASITETOOLS-173:
---------------------------------------

SUCCESS: Integrated in Jenkins build doxia-all #316 (See 
[https://builds.apache.org/job/doxia-all/316/])
[DOXIASITETOOLS-173] Default skin CSS maven-base.css sets border:none on all 
images with tag img

Submitted-by: Michael Benz <michael.b...@foconis.de> (michaelo: 
[http://svn.apache.org/viewvc/?view=rev&rev=1778110])
* (edit) 
./doxia-sitetools/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/css/maven-base.css


> Default skin CSS maven-base.css sets border:none on all images with tag img
> ---------------------------------------------------------------------------
>
>                 Key: DOXIASITETOOLS-173
>                 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-173
>             Project: Maven Doxia Sitetools
>          Issue Type: Bug
>          Components: Site renderer
>    Affects Versions: 1.7.4
>            Reporter: Michael Benz
>            Assignee: Michael Osipov
>            Priority: Minor
>              Labels: css
>             Fix For: 1.7.5
>
>         Attachments: maven-base-image-borders.patch
>
>
> The CSS in maven-base.css does not allow for any border around any image. A 
> workaround would need to create a new skin for images with borders or remove 
> the border:none from the img tag.
> {quote}
> Michael Osipov:
> This style is pretty useless because we kill our own decoration model setting 
> with that. It should be up to the user to decide about a border style.
> {quote}
> {code}
> /* from maven-base.css */
> img {
>   border:none;
> }
> /* (...) */
> #banner img {
>   border: none;
> }
> {code}
> Bug / Issues created from findings in DOXIASITETOOLS-172



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to