(no commit message)
[libreriscv.git] / local.css
index 0b85ce9c54b8ac5bc4fc808baafa57c0da4211fb..4cbeec79974980e826dd5c29761760af57f3b9b4 100644 (file)
--- a/local.css
+++ b/local.css
@@ -105,6 +105,15 @@ input#comments{
     font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
 }
 
-pre#content {
+pre {
     padding-left: 30px;
 }
+
+/*
+comment out now that isatables have been fixed
+code {
+  font-family: Consolas,"courier new";
+  display: block;
+  white-space: pre-wrap
+}
+*/