Skip to content

Commit

Permalink
NIFI-11991 Updated NiFi Release Guide Steps and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
exceptionfactory committed Aug 24, 2023
1 parent 5455ca8 commit 761632d
Show file tree
Hide file tree
Showing 2 changed files with 519 additions and 477 deletions.
20 changes: 8 additions & 12 deletions assets/stylesheets/app.scss
Expand Up @@ -109,10 +109,6 @@ i.external-link {
margin-right: 5px;
}

/*
Tables
*/

table {
background-color: #fefefe;
border: 1px solid #ccc;
Expand Down Expand Up @@ -144,10 +140,6 @@ table tr:nth-of-type(even) {
background-color: transparent !important;
}

/*
Iframe
*/

div.external-guide {
position: absolute;
left: 0;
Expand All @@ -165,10 +157,6 @@ div.external-guide iframe {
display: block;
}

/*
Footer
*/

div.footer {
margin-top: 2em;
text-align: center;
Expand All @@ -181,3 +169,11 @@ div.footer p {
div.clear {
clear: both;
}

div.highlight {
margin-bottom: 20px;
}

code {
margin-bottom: 20px;
}

0 comments on commit 761632d

Please sign in to comment.