[Frontend] Major reformatting of /licenses page

WTD-1036
Major additions to /licenses page
Apache license added;
Full licenses for each software component added;
Formatting and styles;
This commit is contained in:
Charles Hacskaylo
2015-04-15 17:40:12 -07:00
parent dbe27d2842
commit b6503489b9
14 changed files with 450 additions and 161 deletions

View File

@@ -18,7 +18,7 @@ body, html {
}
em {
color: rgba(white, 0.2);
// color: rgba(white, 0.2); Removed this as a global setting
font-style: normal;
}
@@ -65,6 +65,12 @@ span {
white-space: pre;
}
.codehilite {
@extend .code;
background-color: rgba(#fff, 0.1);
padding: 1em;
}
.align-right {
text-align: right;
}
@@ -73,6 +79,10 @@ span {
text-align: center;
}
.no-margin {
margin: 0;
}
.colorKey {
color: $colorKey;
}