Add to makefile
diff --git a/docs/Makefile b/docs/Makefile
index ac8f70b..24e6ab7 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,4 +1,4 @@
-all: index.html concepts.html reference.html security.html migration.html \
+all: index.html concepts.html reference.html security.html migration.html whats_new.html \
 	generator_flow.png
 
 %.png: %.svg
diff --git a/docs/lsr.css b/docs/lsr.css
index 429bce5..03eeb59 100644
--- a/docs/lsr.css
+++ b/docs/lsr.css
@@ -75,7 +75,7 @@
   font-style: italic;
 }
 
-em {
+em, cite {
   font-style: normal;
   font-family: monospace;
   font-weight: bold;