Skip to content

Commit 71b9bf2

Browse files
committed
fix style for better rendering of commits
1 parent 9a5351f commit 71b9bf2

8 files changed

Lines changed: 256 additions & 160 deletions

release-notes-10.0

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,38 @@ HTML header: <title>dCache 10.0 Release Notes</title>
88
integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"/>
99
<!--link type="text/css" rel="stylesheet" href="jquery.tocify.css" /-->
1010
<style type="text/css">
11-
h5 {
12-
font-size: 15px;
13-
font-style: italic;
14-
margin-top: 20px;
15-
}
16-
body {
17-
padding-top: 20px;
18-
}
19-
@media (max-width: 767px) {
20-
#toc {
21-
position: relative;
22-
width: 100%;
23-
margin: 0px 0px 20px 0px;
24-
}
25-
}
26-
@media print {
27-
#toc {
28-
display: none;
29-
}
30-
}
11+
h5 {
12+
font-size: 15px;
13+
font-style: italic;
14+
margin-top: 20px;
15+
}
16+
body {
17+
padding-top: 20px;
18+
}
19+
@media (max-width: 767px) {
20+
#toc {
21+
position: relative;
22+
width: 100%;
23+
margin: 0px 0px 20px 0px;
24+
}
25+
}
26+
@media print {
27+
#toc {
28+
display: none;
29+
}
30+
}
31+
dl {
32+
display: grid;
33+
grid-template-columns: max-content 1fr;
34+
row-gap: 6px;
35+
column-gap: 10px;
36+
}
37+
dt {
38+
font-weight: bold;
39+
}
40+
dd {
41+
margin: 0;
42+
}
3143
</style>
3244

3345
<div class="container">

release-notes-10.1

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,38 @@ HTML header: <title>dCache 10.1 Release Notes</title>
88
integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"/>
99
<!--link type="text/css" rel="stylesheet" href="jquery.tocify.css" /-->
1010
<style type="text/css">
11-
h5 {
12-
font-size: 15px;
13-
font-style: italic;
14-
margin-top: 20px;
15-
}
16-
body {
17-
padding-top: 20px;
18-
}
19-
@media (max-width: 767px) {
20-
#toc {
21-
position: relative;
22-
width: 100%;
23-
margin: 0px 0px 20px 0px;
24-
}
25-
}
26-
@media print {
27-
#toc {
28-
display: none;
29-
}
30-
}
11+
h5 {
12+
font-size: 15px;
13+
font-style: italic;
14+
margin-top: 20px;
15+
}
16+
body {
17+
padding-top: 20px;
18+
}
19+
@media (max-width: 767px) {
20+
#toc {
21+
position: relative;
22+
width: 100%;
23+
margin: 0px 0px 20px 0px;
24+
}
25+
}
26+
@media print {
27+
#toc {
28+
display: none;
29+
}
30+
}
31+
dl {
32+
display: grid;
33+
grid-template-columns: max-content 1fr;
34+
row-gap: 6px;
35+
column-gap: 10px;
36+
}
37+
dt {
38+
font-weight: bold;
39+
}
40+
dd {
41+
margin: 0;
42+
}
3143
</style>
3244

3345
<div class="container">

release-notes-10.2

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,38 @@ HTML header: <title>dCache 10.2 Release Notes</title>
88
integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"/>
99
<!--link type="text/css" rel="stylesheet" href="jquery.tocify.css" /-->
1010
<style type="text/css">
11-
h5 {
12-
font-size: 15px;
13-
font-style: italic;
14-
margin-top: 20px;
15-
}
16-
body {
17-
padding-top: 20px;
18-
}
19-
@media (max-width: 767px) {
20-
#toc {
21-
position: relative;
22-
width: 100%;
23-
margin: 0px 0px 20px 0px;
24-
}
25-
}
26-
@media print {
27-
#toc {
28-
display: none;
29-
}
30-
}
11+
h5 {
12+
font-size: 15px;
13+
font-style: italic;
14+
margin-top: 20px;
15+
}
16+
body {
17+
padding-top: 20px;
18+
}
19+
@media (max-width: 767px) {
20+
#toc {
21+
position: relative;
22+
width: 100%;
23+
margin: 0px 0px 20px 0px;
24+
}
25+
}
26+
@media print {
27+
#toc {
28+
display: none;
29+
}
30+
}
31+
dl {
32+
display: grid;
33+
grid-template-columns: max-content 1fr;
34+
row-gap: 6px;
35+
column-gap: 10px;
36+
}
37+
dt {
38+
font-weight: bold;
39+
}
40+
dd {
41+
margin: 0;
42+
}
3143
</style>
3244

3345
<div class="container">

release-notes-11.0

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,38 @@ HTML header: <title>dCache 11.0 Release Notes</title>
88
integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"/>
99
<!--link type="text/css" rel="stylesheet" href="jquery.tocify.css" /-->
1010
<style type="text/css">
11-
h5 {
12-
font-size: 15px;
13-
font-style: italic;
14-
margin-top: 20px;
15-
}
16-
body {
17-
padding-top: 20px;
18-
}
19-
@media (max-width: 767px) {
20-
#toc {
21-
position: relative;
22-
width: 100%;
23-
margin: 0px 0px 20px 0px;
24-
}
25-
}
26-
@media print {
27-
#toc {
28-
display: none;
29-
}
30-
}
11+
h5 {
12+
font-size: 15px;
13+
font-style: italic;
14+
margin-top: 20px;
15+
}
16+
body {
17+
padding-top: 20px;
18+
}
19+
@media (max-width: 767px) {
20+
#toc {
21+
position: relative;
22+
width: 100%;
23+
margin: 0px 0px 20px 0px;
24+
}
25+
}
26+
@media print {
27+
#toc {
28+
display: none;
29+
}
30+
}
31+
dl {
32+
display: grid;
33+
grid-template-columns: max-content 1fr;
34+
row-gap: 6px;
35+
column-gap: 10px;
36+
}
37+
dt {
38+
font-weight: bold;
39+
}
40+
dd {
41+
margin: 0;
42+
}
3143
</style>
3244

3345
<div class="container">

release-notes-11.1

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,38 @@ HTML header: <title>dCache 11.1 Release Notes</title>
88
integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"/>
99
<!--link type="text/css" rel="stylesheet" href="jquery.tocify.css" /-->
1010
<style type="text/css">
11-
h5 {
12-
font-size: 15px;
13-
font-style: italic;
14-
margin-top: 20px;
15-
}
16-
body {
17-
padding-top: 20px;
18-
}
19-
@media (max-width: 767px) {
20-
#toc {
21-
position: relative;
22-
width: 100%;
23-
margin: 0px 0px 20px 0px;
24-
}
25-
}
26-
@media print {
27-
#toc {
28-
display: none;
29-
}
30-
}
11+
h5 {
12+
font-size: 15px;
13+
font-style: italic;
14+
margin-top: 20px;
15+
}
16+
body {
17+
padding-top: 20px;
18+
}
19+
@media (max-width: 767px) {
20+
#toc {
21+
position: relative;
22+
width: 100%;
23+
margin: 0px 0px 20px 0px;
24+
}
25+
}
26+
@media print {
27+
#toc {
28+
display: none;
29+
}
30+
}
31+
dl {
32+
display: grid;
33+
grid-template-columns: max-content 1fr;
34+
row-gap: 6px;
35+
column-gap: 10px;
36+
}
37+
dt {
38+
font-weight: bold;
39+
}
40+
dd {
41+
margin: 0;
42+
}
3143
</style>
3244

3345
<div class="container">

release-notes-11.2

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,38 @@ HTML header: <title>dCache 11.2 Release Notes</title>
88
integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"/>
99
<!--link type="text/css" rel="stylesheet" href="jquery.tocify.css" /-->
1010
<style type="text/css">
11-
h5 {
12-
font-size: 15px;
13-
font-style: italic;
14-
margin-top: 20px;
15-
}
16-
body {
17-
padding-top: 20px;
18-
}
19-
@media (max-width: 767px) {
20-
#toc {
21-
position: relative;
22-
width: 100%;
23-
margin: 0px 0px 20px 0px;
24-
}
25-
}
26-
@media print {
27-
#toc {
28-
display: none;
29-
}
30-
}
11+
h5 {
12+
font-size: 15px;
13+
font-style: italic;
14+
margin-top: 20px;
15+
}
16+
body {
17+
padding-top: 20px;
18+
}
19+
@media (max-width: 767px) {
20+
#toc {
21+
position: relative;
22+
width: 100%;
23+
margin: 0px 0px 20px 0px;
24+
}
25+
}
26+
@media print {
27+
#toc {
28+
display: none;
29+
}
30+
}
31+
dl {
32+
display: grid;
33+
grid-template-columns: max-content 1fr;
34+
row-gap: 6px;
35+
column-gap: 10px;
36+
}
37+
dt {
38+
font-weight: bold;
39+
}
40+
dd {
41+
margin: 0;
42+
}
3143
</style>
3244

3345
<div class="container">

0 commit comments

Comments
 (0)