diff --git a/index.md b/index.md
index 69c7926..08110ad 100644
--- a/index.md
+++ b/index.md
@@ -232,6 +232,7 @@ Here is an example stream claim:
}
}
```
+Figure: Note: the blockchain treats the `value` as an opaque byte string and does not impose any structure on it. Structure is applied and validated [higher in the stack](#metadata-validation). In this example, the value is shown for demonstration purposes.
#### Operations {#claim-operations}
diff --git a/style.css b/style.css
index 5b908e0..150d79b 100644
--- a/style.css
+++ b/style.css
@@ -185,3 +185,14 @@ table thead tr {
table tbody tr:nth-child(odd) {
background-color: rgba(0,0,0,.05);
}
+
+figure {
+ margin-left: 0;
+ margin-right: 0;
+}
+figcaption {
+ color: #888;
+ font-size: 90%;
+ padding-left: 10px;
+ padding-right: 10px;
+}
\ No newline at end of file