Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB26218B02 for ; Tue, 23 Feb 2016 02:21:27 +0000 (UTC) Received: (qmail 30420 invoked by uid 500); 23 Feb 2016 02:21:18 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 30390 invoked by uid 500); 23 Feb 2016 02:21:18 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 30359 invoked by uid 99); 23 Feb 2016 02:21:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2016 02:21:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1A7A82C1F58 for ; Tue, 23 Feb 2016 02:21:18 +0000 (UTC) Date: Tue, 23 Feb 2016 02:21:18 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10353) Make Hooks guide a reference MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-10353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15158163#comment-15158163 ] ASF GitHub Bot commented on CB-10353: ------------------------------------- Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/489#discussion_r53728075 --- Diff: www/static/css-src/_docs.scss --- @@ -204,6 +204,23 @@ } } + .hooks { + td[data-col="description"] { + text-align: left; + vertical-align: middle; + } + + td[rowspan="2"], th[colspan="3"], td[data-col="code"] { + text-align: center; + vertical-align: middle; + } + + td[data-col="description"] { --- End diff -- These should be classes instead of content-specific selectors. Sorry I missed this before this got merged. > Make Hooks guide a reference > ---------------------------- > > Key: CB-10353 > URL: https://issues.apache.org/jira/browse/CB-10353 > Project: Apache Cordova > Issue Type: Task > Components: Docs > Reporter: Raghav > Assignee: Sarangan Rajamanickam > Labels: Docs-6.x > > Hooks guide (https://cordova.apache.org/docs/en/latest/guide/appdev/hooks/index.html) needs to be modified as per the reference structure. > General guidelines: > - While giving examples, keep them short. Do not repeat for all plugins/platforms. > - Remove all references to cordova plugin registry. > - Remove Tizen references. The platform is deprecated (http://markmail.org/message/hryg6sjswecpgndu) > - Keep information up to date for the platforms, CLI and plugins -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org