You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2018/01/15 05:57:58 UTC

[sling-org-apache-sling-auth-form] branch master updated: Updating auth form to use the new CSS built by SLING-7379

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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git


The following commit(s) were added to refs/heads/master by this push:
     new f7fdc54  Updating auth form to use the new CSS built by SLING-7379
f7fdc54 is described below

commit f7fdc54b9ee9289843645aba442aabfc558ad70f
Author: Dan Klco <da...@gmail.com>
AuthorDate: Mon Jan 15 00:57:18 2018 -0500

    Updating auth form to use the new CSS built by SLING-7379
---
 src/main/resources/org/apache/sling/auth/form/impl/login.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/org/apache/sling/auth/form/impl/login.html b/src/main/resources/org/apache/sling/auth/form/impl/login.html
index 9fae2b6..2b123bd 100644
--- a/src/main/resources/org/apache/sling/auth/form/impl/login.html
+++ b/src/main/resources/org/apache/sling/auth/form/impl/login.html
@@ -23,8 +23,7 @@
         <meta http-equiv="X-UA-Compatible" content="IE=edge" />
         <meta name="viewport" content="width=device-width, initial-scale=1" />
         <title>Login to Apache Sling</title>
-        <link href="/etc/clientlibs/launchpad/dist/css/index.css" rel="stylesheet" />
-        <link href="/etc/clientlibs/launchpad/dist/css/form.css" rel="stylesheet" />
+        <link href="/etc/clientlibs/launchpad/css/bundle.css" rel="stylesheet" />
     </head>
     <body>
         <div class="Grid Fit-Medium Home-Grid">
@@ -34,7 +33,7 @@
                     <img src="/sling-logo.svg" alt="Apache Sling Logo"/>
                 </a>
                 <a href="http://apache.org" target="_blank" id="asf-logo" title="Visit the Apache Software Foundation website">
-                    <img src="/etc/clientlibs/launchpad/dist/img/asf-logo.svg" alt="Apache Software Foundation Logo"/>
+                    <img src="/etc/clientlibs/launchpad/img/asf-logo.svg" alt="Apache Software Foundation Logo"/>
                 </a>
             </header>
             <div class="Cell Align-Center Main-Content">

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].