Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DB39E200BF6 for ; Tue, 10 Jan 2017 12:32:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D9D7D160B3D; Tue, 10 Jan 2017 11:32:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 55E7A160B31 for ; Tue, 10 Jan 2017 12:32:59 +0100 (CET) Received: (qmail 46887 invoked by uid 500); 10 Jan 2017 11:32:58 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 46848 invoked by uid 99); 10 Jan 2017 11:32:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2017 11:32:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5E5782C03DE for ; Tue, 10 Jan 2017 11:32:58 +0000 (UTC) Date: Tue, 10 Jan 2017 11:32:58 +0000 (UTC) From: "Michael Osipov (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (DOXIASITETOOLS-173) Default skin CSS maven-base.css sets border:none on all images with tag img MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 10 Jan 2017 11:33:00 -0000 [ https://issues.apache.org/jira/browse/DOXIASITETOOLS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed DOXIASITETOOLS-173. ----------------------------------------- Resolution: Fixed Fixed with [r1778110|http://svn.apache.org/r1778110]. > 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)