Author: danielsh
Date: Mon Oct  1 14:04:30 2018
New Revision: 1842503

URL: http://svn.apache.org/viewvc?rev=1842503&view=rev
Log:
Give a background to experimental features.

* docs/release-notes/1.11.html
  (#checkpointing, #shelving, #viewspec-output): Add .experimental-feature 
class.

* style/site.css
  (div.experimental-feature): New.

Suggested by: brane
(color value)

Modified:
    subversion/site/staging/docs/release-notes/1.11.html
    subversion/site/staging/style/site.css

Modified: subversion/site/staging/docs/release-notes/1.11.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.11.html?rev=1842503&r1=1842502&r2=1842503&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.11.html (original)
+++ subversion/site/staging/docs/release-notes/1.11.html Mon Oct  1 14:04:30 
2018
@@ -251,7 +251,7 @@ PGP digital signatures and SHA-512 check
     title="Link to this section">&para;</a>
 </h2>
 
-<div class="h3" id="checkpointing">
+<div class="h3 experimental" id="checkpointing">
 <h3>Commit checkpointing (experimental)
   <a class="sectionlink" href="#checkpointing"
      title="Link to this section">&para;</a>
@@ -333,7 +333,7 @@ commands, as also listed in
     title="Link to this section">&para;</a>
 </h3>
 
-<div class="h4" id="shelving">
+<div class="h4 experimental-feature" id="shelving">
 <h4>Improved Shelving (experimental)
   <a class="sectionlink" href="#shelving"
      title="Link to this section">&para;</a>
@@ -413,7 +413,7 @@ moved on source branch" and
 
 </div> <!-- conflict-resolver -->
 
-<div class="h4" id="viewspec-output">
+<div class="h4 experimental-feature" id="viewspec-output">
 <h4>Viewspec output command (experimental)
   (<a href="https://issues.apache.org/jira/browse/SVN-4753";>issue #4753</a>)
   <a class="sectionlink" href="#viewspec-output"

Modified: subversion/site/staging/style/site.css
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/style/site.css?rev=1842503&r1=1842502&r2=1842503&view=diff
==============================================================================
--- subversion/site/staging/style/site.css (original)
+++ subversion/site/staging/style/site.css Mon Oct  1 14:04:30 2018
@@ -176,6 +176,9 @@ h4 {
 #site-content :target {
   background-color: #e8e8e8;
 }
+div.experimental-feature {
+  background-color: lightpink;
+}
 .centered {
   margin-left: auto;
   margin-right: auto;


Reply via email to