Switch to side-by-side view

--- a/website/styles/style.css
+++ b/website/styles/style.css
@@ -77,6 +77,9 @@
 .application {
     font-weight: bold;
 }
+.literal {
+    font-family: monospace;
+}
 .command {
     font-family: monospace;
 }
@@ -85,7 +88,7 @@
     color: #007a00;
 }
 
-a.important {
+.important {
     background: yellow;
 }
 a.weak {