Skip to content

Commit

Permalink
added style for notes and tips in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lolocohen committed Jul 3, 2018
1 parent 7b48b64 commit 0ce1a8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions JPPF/bin/stylesheet.css
Expand Up @@ -514,3 +514,11 @@ ul.navList li {
ul.navList li.navBarCell1Rev {
color: white;
}

.note_tip {
border: 1px solid black;
background-color: yellow;
margin-top: 10px;
padding: 4px;
display: inline-block;
}

0 comments on commit 0ce1a8c

Please sign in to comment.