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/10 23:02:07 UTC

[maven-fluido-skin] branch DOXIA-685 updated (906c8b6 -> e103bff)

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 906c8b6  Change skin
     new e103bff  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   (906c8b6)
            \
             N -- N -- N   refs/heads/DOXIA-685 (e103bff)

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:
 src/main/resources/META-INF/maven/site.vm | 2 +-
 src/main/resources/css/maven-base.css     | 7 ++++---
 2 files changed, 5 insertions(+), 4 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 e103bffbc9e1146896324e94a2c173b57090e04f
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 | 14 +++++---------
 src/main/resources/css/maven-base.css     |  6 ++++--
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/src/main/resources/META-INF/maven/site.vm b/src/main/resources/META-INF/maven/site.vm
index 9f46dc8..47d0453 100644
--- a/src/main/resources/META-INF/maven/site.vm
+++ b/src/main/resources/META-INF/maven/site.vm
@@ -239,17 +239,13 @@
 #*    *##set ( $bodyColumnClass = $decoration.getCustomValue( 'fluidoSkin.bodyColumnClass', 'span10' ) )
 ##
         <main id="bodyColumn" #if ( $sideBarEnabled ) class="$bodyColumnClass" #end>
-#*      *##if ( $title && $title.endsWith( "Project License" ) )
-#*        *#$bodyContent
+#*      *##if ( $convert.toBoolean( $decoration.getCustomValue( 'fluidoSkin.sourceLineNumbersEnabled', 'false' ) ) )
+#*        *##set ( $sourceStyle = "prettyprint linenums" )
 #*      *##else
-#*        *##if ( $convert.toBoolean( $decoration.getCustomValue( 'fluidoSkin.sourceLineNumbersEnabled', 'false' ) ) )
-#*          *##set ( $sourceStyle = "prettyprint linenums" )
-#*        *##else
-#*          *##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}" )
+#*        *##set ( $sourceStyle = "prettyprint" )
 #*      *##end
+##
+#*      *#$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 6f6c90a..2a66d21 100644
--- a/src/main/resources/css/maven-base.css
+++ b/src/main/resources/css/maven-base.css
@@ -26,8 +26,10 @@
   display: none;
 }
 
-section p,
-section dt {
+section > p,
+section > dt,
+section > div.verbatim,
+section > table.table {
   margin-right: 7px;
   margin-left: 7px;
 }