Minor layout
authorRick van Rein <rick@openfortress.nl>
Mon, 22 Feb 2016 10:41:47 +0000 (10:41 +0000)
committerRick van Rein <rick@openfortress.nl>
Mon, 22 Feb 2016 10:41:47 +0000 (10:41 +0000)
INSTALL.MD
LICENSE.MD
PACK-SYNTAX.MD
README.MD
USING.MD
WALK-SYNTAX.MD
WHEN-SIZE-MATTERS.MD

index f41c344..d5fa3cd 100644 (file)
@@ -1,6 +1,6 @@
 # Installing Quick DER
 
-<img alt="Quick DER logo" src="quick-der-logo.png" style="float: right"/>
+<img alt="Quick DER logo" src="quick-der-logo.png" style="float: right;"/>
 
     ./configure
     make
index c6f3f30..e6171e3 100644 (file)
@@ -1,6 +1,6 @@
 # Quick DER licensing terms
 
-<img alt="Quick DER logo" src="quick-der-logo.png" style="float: right"/>
+<img alt="Quick DER logo" src="quick-der-logo.png" style="float: right;"/>
 
 Copyright (c) 2016, Rick van Rein, OpenFortress.nl
 All rights reserved.
index 4714a52..498173f 100644 (file)
@@ -1,6 +1,6 @@
 # Syntax for Packing Paths
 
-<img alt="Quick DER logo" src="quick-der-logo.png" style="float: right"/>
+<img alt="Quick DER logo" src="quick-der-logo.png" style="float: right;"/>
 
 This specification describes the path format used by `der_unpack()` and
 `der_pack()` to pass through a DER binary and map it to (or from) an array
index a571ff1..a2cdc0e 100644 (file)
--- a/README.MD
+++ b/README.MD
@@ -1,6 +1,6 @@
 # Quick (and Easy) DER, a Library for parsing ASN.1
 
-<img alt="Quick DER logo" src="quick-der-logo.png" style="float: right"/>
+<img alt="Quick DER logo" src="quick-der-logo.png" style="float: right;"/>
 
 > *Quick DER, or if you like, "Quick and Easy DER", is a library for handling
 > DER, which is a widely used binary representation of ASN.1 syntax in binary
index 0a7b93d..ecbffb8 100644 (file)
--- a/USING.MD
+++ b/USING.MD
@@ -1,6 +1,6 @@
 # Quick DER parsing support
 
-<img alt="Quick DER logo" src="quick-der-logo.png" style="float: right"/>
+<img alt="Quick DER logo" src="quick-der-logo.png" style="float: right;"/>
 
 > *Quick DER parsing aims to get you started with the parsing of DER (and most
 > BER) encoded ASN.1 data really quickly.  It also aims to makes quick parsers,
index 25dec17..89aa15e 100644 (file)
@@ -1,6 +1,6 @@
 # Syntax for Walking Paths
 
-<img alt="Quick DER logo" src="quick-der-logo.png" style="float: right"/>
+<img alt="Quick DER logo" src="quick-der-logo.png" style="float: right;"/>
 
 This specification describes how to make `der_walk()` traverse the path in DER
 binaries that you intend it to take.
index f7f76b5..17086a4 100644 (file)
@@ -1,6 +1,6 @@
 # Quick DER sizes: Sometimes small is bettar
 
-<img alt="Quick DER logo" src="quick-der-logo.png" style="float: right"/>
+<img alt="Quick DER logo" src="quick-der-logo.png" style="float: right;"/>
 
 > *This is a decription of the sizes of structures used by Quick DER.  As this
 > demonstrates, the library is quite useful for embedded purposes.*