Merge branch 'next-release'
This commit is contained in:
commit
c6aab61869
4 changed files with 11 additions and 6 deletions
|
|
@ -73,7 +73,7 @@ pre a, code a {
|
|||
font-size: 15px;
|
||||
}
|
||||
.machine {
|
||||
margin: 15px;
|
||||
/*margin: 15px;*/
|
||||
overflow: hidden;
|
||||
}
|
||||
.c1pjs {
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
<p class="common-copyright">
|
||||
<!-- When using AWS, the pcjs.org domain must redirect to www.pcjs.org, so let's avoid unnecessary redirects in any absolute URLs -->
|
||||
<span class="common-copyright"><a href="http://www.pcjs.org/">pcjs.org</a> © 2012-<!-- pcjs:year --> by <a href="http://twitter.com/jeffpar">@jeffpar</a></span><br/>
|
||||
<span class="common-copyright"><a href="http://github.com/jeffpar/pcjs">PCjs</a> machines released under <a href="http://gnu.org/licenses/gpl.html">GPLv3</a></span>
|
||||
<span class="common-copyright"><a href="http://github.com/jeffpar/pcjs">PCjs Project</a> released under <a href="http://gnu.org/licenses/gpl.html">GPLv3</a></span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
<p class="common-reference"></p>
|
||||
<p class="common-copyright">
|
||||
<span class="common-copyright"><a href="http://www.pcjs.org/">pcjs.org</a> © 2012-2016 by <a href="http://twitter.com/jeffpar">@jeffpar</a></span><br/>
|
||||
<span class="common-copyright"><a href="http://github.com/jeffpar/pcjs">PCjs</a> machines released under <a href="http://gnu.org/licenses/gpl.html">GPLv3</a></span>
|
||||
<span class="common-copyright"><a href="http://github.com/jeffpar/pcjs">PCjs Project</a> released under <a href="http://gnu.org/licenses/gpl.html">GPLv3</a></span>
|
||||
</p>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
|
|
|||
|
|
@ -248,11 +248,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1400px) {
|
||||
.machine-left, .machine-right {
|
||||
max-width: 45%;
|
||||
@media screen and (min-width: 1200px) {
|
||||
.machine-left {
|
||||
max-width: 48%;
|
||||
float: left;
|
||||
}
|
||||
.machine-right {
|
||||
max-width: 48%;
|
||||
float: left;
|
||||
margin-left: 30px;
|
||||
}
|
||||
.machine-right + * {
|
||||
clear: both;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue