summaryrefslogtreecommitdiff
path: root/RATIONALE.html
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-04-12 10:12:35 -0700
committerGarrett D'Amore <garrett@damore.org>2018-04-12 10:12:35 -0700
commit97b8973228ef49ce1ad714f047b793f2fbe22ffe (patch)
tree1528693799e41465695240bc6ade384560e82ffe /RATIONALE.html
parent5849fdaed27158a4ed7b326d5d6f7eaa5604ca2e (diff)
downloadnng-97b8973228ef49ce1ad714f047b793f2fbe22ffe.tar.gz
nng-97b8973228ef49ce1ad714f047b793f2fbe22ffe.tar.bz2
nng-97b8973228ef49ce1ad714f047b793f2fbe22ffe.zip
Use font icons.
Diffstat (limited to 'RATIONALE.html')
-rw-r--r--RATIONALE.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/RATIONALE.html b/RATIONALE.html
index cd986d02..1dd9ab11 100644
--- a/RATIONALE.html
+++ b/RATIONALE.html
@@ -428,6 +428,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
.hide-for-print{display:none!important}
.show-for-print{display:inherit!important}}
</style>
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
</head>
<body class="article">
<div id="header">
@@ -446,7 +447,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
<table>
<tr>
<td class="icon">
-<div class="title">Note</div>
+<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
You might want to review
@@ -614,7 +615,7 @@ calls, beyond the 2 required to actually send and receive the message.</p>
<table>
<tr>
<td class="icon">
-<div class="title">Note</div>
+<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
Its even more hideous to support this on Windows, where there is no
@@ -719,7 +720,7 @@ modified to use different header files.</p>
<table>
<tr>
<td class="icon">
-<div class="title">Note</div>
+<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
I am considering changing the include file in the future so that
@@ -785,7 +786,7 @@ a "platform" based on one of the various coroutine libraries such as Martin&#821
<table>
<tr>
<td class="icon">
-<div class="title">Tip</div>
+<i class="fa icon-tip" title="Tip"></i>
</td>
<td class="content">
If you want to write a coroutine-based platform, let me know!