You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/01/13 16:33:38 UTC

[maven-fluido-skin] branch DOXIA-685 updated (5038064 -> 7e8634e)

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

michaelo pushed a change to branch DOXIA-685
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git


 discard 5038064  Change skin
     add c65d547  [MSKINS-204] Make MSKINS-76 ITs more tolerant
     add a7189be  [maven-release-plugin] prepare release maven-fluido-skin-2.0.0-M2
     add 9353260  [maven-release-plugin] prepare for next development iteration
     new 7e8634e  Change skin

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5038064)
            \
             N -- N -- N   refs/heads/DOXIA-685 (7e8634e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                               | 4 ++--
 src/it/mskins-76/verify.groovy        | 9 +++++----
 src/it/mskins-76_topbar/verify.groovy | 9 +++++----
 3 files changed, 12 insertions(+), 10 deletions(-)


[maven-fluido-skin] 01/01: Change skin

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch DOXIA-685
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git

commit 7e8634eba4f6bbaefc8ef3524f7ee3e09c797429
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Jan 10 23:07:55 2023 +0100

    Change skin
---
 src/main/resources/META-INF/maven/site.vm | 2 +-
 src/main/resources/css/maven-base.css     | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/META-INF/maven/site.vm b/src/main/resources/META-INF/maven/site.vm
index 3cfed38..47d0453 100644
--- a/src/main/resources/META-INF/maven/site.vm
+++ b/src/main/resources/META-INF/maven/site.vm
@@ -245,7 +245,7 @@
 #*        *##set ( $sourceStyle = "prettyprint" )
 #*      *##end
 ##
-#*      *#$bodyContent.replaceAll( "<div class=${esc.q}source${esc.q}>(\r?\n)?<pre>", "<div class=${esc.q}source${esc.q}><pre class=${esc.q}$sourceStyle${esc.q}>" ).replaceAll( "class=${esc.q}bodyTable${esc.q}", "class=${esc.q}table table-striped${esc.q}" ).replaceAll( "class=${esc.q}bodyTable bodyTableBorder${esc.q}", "class=${esc.q}table table-bordered table-striped${esc.q}" )
+#*      *#$bodyContent.replaceAll( "<div class=${esc.q}verbatim source${esc.q}>(\r?\n)?<pre>", "<div class=${esc.q}verbatim source${esc.q}><pre class=${esc.q}$sourceStyle${esc.q}>" ).replaceAll( "class=${esc.q}bodyTable${esc.q}", "class=${esc.q}table table-striped${esc.q}" ).replaceAll( "class=${esc.q}bodyTable bodyTableBorder${esc.q}", "class=${esc.q}table table-bordered table-striped${esc.q}" )
         </main>
 #*    *##if ( $sideBarEnabled )
       </div>
diff --git a/src/main/resources/css/maven-base.css b/src/main/resources/css/maven-base.css
index fddbc17..8e32af8 100644
--- a/src/main/resources/css/maven-base.css
+++ b/src/main/resources/css/maven-base.css
@@ -28,7 +28,8 @@
 
 section > p,
 section > dt,
-section > table.table {
+section > table.table,
+section > div.verbatim {
   margin-right: 7px;
   margin-left: 7px;
 }