This is an automated email from the ASF dual-hosted git repository.

vieiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6af1003  Note alignment and clickable image borders (#207)
6af1003 is described below

commit 6af1003bec82c74ee4bb1698a9fdf787f9669c1d
Author: Antonio Vieiro <vie...@users.noreply.github.com>
AuthorDate: Sat Jan 19 13:27:39 2019 +0100

    Note alignment and clickable image borders (#207)
    
    As per 
https://issues.apache.org/jira/browse/NETBEANS-1867?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&focusedCommentId=16747018#comment-16747018
---
 netbeans.apache.org/src/content/scss/common/_netbeans.scss | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/netbeans.apache.org/src/content/scss/common/_netbeans.scss 
b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
index 4a1d30d..969010f 100644
--- a/netbeans.apache.org/src/content/scss/common/_netbeans.scss
+++ b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
@@ -272,18 +272,17 @@ table tbody tr:nth-child(2n) {
 }
 
 // Borders around tutorial images
-
 .tutorial {
         .imageblock {
                 .content {
                         .image {
                                 img {
                                         box-shadow: 0 1px 3px 
rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
-                                        border: 1px dotted #ea205e;
+                                        border: 1px solid #1b6ac6;
                                         padding: 8px;
 
                                         &:hover {
-                                                border: 2px solid #ea205e;
+                                                border: 1px solid #2e90e8;
                                         }
                                         margin: 8px 0 16px 0;
                                 }
@@ -298,4 +297,10 @@ table tbody tr:nth-child(2n) {
         }
 }
 
+// Align NOTE: tables to the left (i.e., no centering)
+.admonitionblock {
+        table {
+                margin: 1rem 0;
+        }
+}
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to