Added rudimentary CSS support for side-by-side machines (the PDP-11/45 with VT100 is the first test case)
This commit is contained in:
parent
e007b75f8e
commit
4f7f72af57
19 changed files with 80 additions and 30 deletions
|
|
@ -15,6 +15,6 @@ machines:
|
|||
|
||||
{% include machine.html id="test1145" %}
|
||||
|
||||
This PDP-11/45 is also available with our built-in [Debugger](debugger/).
|
||||
|
||||
{% include machine.html id="vt100" %}
|
||||
|
||||
This PDP-11/45 is also available with our built-in [Debugger](debugger/).
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.30.5/machine.xsl"?>
|
||||
<machine id="test1145" class="pdp11" border="1" pos="center" background="#FAEBD7">
|
||||
<machine id="test1145" class="pdp11 machine-left" border="1" pos="center" background="#FAEBD7">
|
||||
<name pos="center">PDP-11/45 with 256Kb, Front Panel, and Debugger</name>
|
||||
<computer id="computer" busWidth="18"/>
|
||||
<cpu id="cpu" model="1145" cycles="6666667" autoStart="true"/>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.30.5/machine.xsl"?>
|
||||
<machine id="test1145" class="pdp11" border="1" pos="center" background="#FAEBD7">
|
||||
<machine id="test1145" class="pdp11 machine-left" border="1" pos="center" background="#FAEBD7">
|
||||
<name pos="center">PDP-11/45 with 256Kb and Front Panel</name>
|
||||
<computer id="computer" busWidth="18"/>
|
||||
<cpu id="cpu" model="1145" cycles="6666667" autoStart="true"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue