Versioning WIP

This commit is contained in:
Hector Ramos
2017-10-04 17:02:20 -07:00
parent 382abb4b45
commit 2d230bee78
133 changed files with 12910 additions and 0 deletions
+23
View File
@@ -222,3 +222,26 @@ p {
font-size: 11px;
}
}
table.versions {
width: 60%;
border: 0;
border-collapse: separate;
}
table.versions th {
width: 20%;
}
table.versions td, table.versions th {
padding: 2px 5px;
}
table.versions tr:nth-child(2n+1) {
background-color: #e0f6ff;
}
table.versions tr th, table.versions tr td {
border: 0;
}