Browse Source

Aid reading of tables

master
Gintas Grigelionis 7 years ago
parent
commit
e38740431a
1 changed files with 7 additions and 3 deletions
  1. +7
    -3
      manual/stylesheets/style.css

+ 7
- 3
manual/stylesheets/style.css View File

@@ -27,12 +27,12 @@ h2 {
h3 {
font-size: 130%;
color: white;
background-color: #525D76;
background-color: #525d76;
}

h4 {
color: white;
background-color: #828DA6;
background-color: #828da6;
}

h5 {
@@ -125,7 +125,7 @@ pre var, code var {
/* highlight console output */
.output {
color: white;
background: #837A67;
background: #837a67;
overflow: hidden;
text-overflow: ellipsis;
}
@@ -145,6 +145,10 @@ td {
color: black;
}

tr:hover > td {
background-color: whitesmoke;
}

th {
background-color: silver;
color: black;


Loading…
Cancel
Save