Updated disk information

This commit is contained in:
Jeff Parsons 2015-12-13 15:29:09 -08:00
commit cdd37e9c22
208 changed files with 1420 additions and 1321 deletions

View file

@ -9,6 +9,10 @@
.pcjs-embed:after {
clear:both;
}
.pcjs-machine {
padding-right: 16px;
padding-bottom: 16px;
}
.pcjs-name, .pcjs-menu {
clear: both;
font-weight: bold;

View file

@ -3,12 +3,15 @@
<!DOCTYPE xsl:stylesheet [
]>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>
<xsl:param name="rootDir" select="''"/>
<xsl:param name="generator" select="'client'"/>
<xsl:variable name="MACHINECLASS">pc</xsl:variable>
<xsl:variable name="APPCLASS">pcjs</xsl:variable>
<xsl:variable name="APPVERSION">1.20.1</xsl:variable>
<xsl:variable name="APPVERSION">1.20.2</xsl:variable>
<xsl:variable name="SITEHOST">www.pcjs.org</xsl:variable>
<xsl:template name="componentStyles">

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff