1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 00:07:38 +00:00

docs: less bothersome experimental stripes

This commit is contained in:
Marian Beermann 2017-06-09 18:43:24 +02:00
parent 25bee21253
commit 501859ca33
2 changed files with 4 additions and 3 deletions

View file

@ -48,9 +48,10 @@ dt code {
/* fallback for browsers that don't have repeating-linear-gradient: thick, red lines */
border-left: 20px solid red;
border-right: 20px solid red;
/* fancy red-orange stripes */
/* fancy red stripes */
border-image: repeating-linear-gradient(
-45deg,red 0,red 10px,#ffa800 10px,#ffa800 20px,red 20px) 0 20 repeat;
-45deg,rgba(255,0,0,0.1) 0,rgba(255,0,0,0.75) 10px,rgba(0,0,0,0) 10px,rgba(0,0,0,0) 20px,rgba(255,0,0,0.75) 20px) 0 20 repeat;
}
.topic {
margin: 0 1em;

View file

@ -7,7 +7,7 @@ The following sections will describe each command in detail.
.. container:: experimental
Experimental features are marked with red-orange stripes on the sides, like this paragraph.
Experimental features are marked with red stripes on the sides, like this paragraph.
Experimental features are not stable, which means that they may be changed in incompatible
ways or even removed entirely without prior notice in following releases.