Don't use <style> elements in the architecture Markdown file

This commit is contained in:
Patrick Walton 2019-01-03 10:40:31 -08:00
parent f4ed611e56
commit bc25f087a6
1 changed files with 1 additions and 8 deletions

View File

@ -32,7 +32,7 @@ Across all paths in parallel:
#### Cull
Sequentially (<span class="todo">TODO</span>: in parallel):
Sequentially (<span style="text-transform: lowercase; font-variant: small-caps">TODO</span>: in parallel):
* Cull tiles occluded by solid-color tiles.
@ -65,10 +65,3 @@ In parallel:
* Shade tiles back-to-front using the alpha mask generated during the fill step.
Approximate GPU time: 2.3 ms.
<style>
.todo {
text-transform: lowercase;
font-variant: small-caps;
}
</style>