Skip to content

Commit 5a55c49

Browse files
committed
Added more style for major warnings.
1 parent 0ebacc8 commit 5a55c49

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Doc/html/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ var { font-family: times, serif;
6161
font-family: avantgarde, sans-serif;
6262
font-size: 110%; }
6363

64+
div.warning { background-color: #fffaf0;
65+
border: thin solid black;
66+
padding: 0.5em;
67+
margin-left: 2em;
68+
margin-right: 2em; }
69+
70+
div.warning .label { font-size: 110%;
71+
margin-right: 0.5em; }
72+
6473
.release-info { font-style: italic; }
6574

6675
.titlegraphic { vertical-align: top; }

0 commit comments

Comments
 (0)