Skip to content

Commit

Permalink
modified notes.css
Browse files Browse the repository at this point in the history
  • Loading branch information
István Bozsó committed Aug 19, 2020
1 parent 4bbd440 commit 5fdb02c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions css/notes.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
/*<meta />*/
/*This stylesheet has styled boxes that are configured to use images*/

.fs75 p,
.fs75 li,
.fs75 figcaption {
font-size: 0.75em;
}

.fbox {
display: flex;
flex-direction: row;
Expand All @@ -10,7 +16,8 @@
align-content: center;
}

.fbox figcaption, figure {
.fbox figcaption,
.fbox figure {
text-align: center;
position: relative;
}
Expand Down Expand Up @@ -104,11 +111,6 @@ MadCap|xref:hover {
color: #BED230;
}

p {
margin-bottom: 8px;
margin-top: 8px;
}

.info, .success, .warning, .error {
padding:10px;
margin:10px 0;
Expand Down

0 comments on commit 5fdb02c

Please sign in to comment.