Adding comparison charts, fixes and tweaks

This commit is contained in:
Colin McLeod
2015-05-12 22:43:47 -07:00
parent 1cec10432a
commit 02fe76f43b
22 changed files with 446 additions and 119 deletions

View File

@@ -6,7 +6,7 @@
width: 100%;
margin: 0;
max-height: 300px;
overflow-y: scroll;
overflow-y: auto;
background-color: @bg;
border: 1px solid @primary;
white-space: nowrap;
@@ -78,7 +78,7 @@
ul {
margin: 0;
margin-left: 20px;
margin-left: 1.5em;
padding: 0;
list-style: none;
overflow: hidden;
@@ -90,7 +90,7 @@
padding: 0.1em 0.5em;
}
ul {
margin-left: 1em;
margin-left: 0.5em;
}
}