(no commit message)
[libreriscv.git] / local.css
index 2298360471b7fc17f0bd4d92c64043020da4057d..4cbeec79974980e826dd5c29761760af57f3b9b4 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,21 +1,26 @@
-body {
-  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif!important
-  padding-top: 70px;
+html, body {
+  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
 }
 
 footer {
   padding: 30px 0;
 }
 
-list-group-item.active {
+.list-group-item.active {
    background-color: #4A90E2;
 }
 
-.navbar-default {
-   background-color: gray-dark;
+.bg-dark {
+   background-color: #0F2035!important;
    border-color: #e7e7e7;
 }
 
+table th {
+       color: #eceeef;
+       background-color: #4A90E2;
+       border-color: #4A90E2;
+}
+
 /* Counter Headings Local */
 body {
 counter-reset : h1;
@@ -99,3 +104,16 @@ input#comments{
 input#comments{
     font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
 }
+
+pre {
+    padding-left: 30px;
+}
+
+/*
+comment out now that isatables have been fixed
+code {
+  font-family: Consolas,"courier new";
+  display: block;
+  white-space: pre-wrap
+}
+*/