c860ca61c3
Symlinks are frequently unavailable on Windows (must be on NTFS and user must have SeCreateSymbolicLinkPrivilege). Removing the symlinks for licenses/common/ should enable the build to function mostly normally on Windows. The individual license files will be incorrect, but that shouldn't matter for local builds. Release builds are done on *nix. The plugin rolls several different plugin executions into one. The common files are distributed using a resource jar, used by and unpacked by the plugin.
56 lines
637 B
CSS
56 lines
637 B
CSS
body {
|
|
font-family: monospace;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
table, th, td {
|
|
border: 1px solid navy;
|
|
margin: 2em 0;
|
|
}
|
|
|
|
th {
|
|
text-align: left;
|
|
background-color: #BCC6CC;
|
|
|
|
}
|
|
|
|
th, td {
|
|
padding: 2px;
|
|
text-align: left;
|
|
}
|
|
|
|
tr:nth-child(even) {
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
li.archive ul {
|
|
padding-left: 40px;
|
|
}
|
|
|
|
li.archive p {
|
|
display: inline;
|
|
margin: 0;
|
|
}
|
|
|
|
li.archive p:after {
|
|
content: ":";
|
|
}
|
|
|
|
li.archive:before {
|
|
content: "a ";
|
|
}
|
|
li.file:before {
|
|
content: "f ";
|
|
}
|
|
li.directory:before {
|
|
content: "d ";
|
|
}
|