From 1f3e37ccd85893279a9613927490dee4d99d07bc Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 1 Dec 2016 21:59:59 -0800 Subject: [PATCH 1/2] Template changes --- modules/shared/templates/common.html | 2 +- modules/shared/templates/common.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/shared/templates/common.html b/modules/shared/templates/common.html index 3a4d2b945..1e1a99bdf 100644 --- a/modules/shared/templates/common.html +++ b/modules/shared/templates/common.html @@ -55,7 +55,7 @@ diff --git a/modules/shared/templates/common.xsl b/modules/shared/templates/common.xsl index f140b455a..504dbf620 100644 --- a/modules/shared/templates/common.xsl +++ b/modules/shared/templates/common.xsl @@ -50,7 +50,7 @@

From a5ed7aa593d82a2ef451e104380fa6fc1ff8eeea Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 1 Dec 2016 22:01:05 -0800 Subject: [PATCH 2/2] Template changes --- modules/shared/templates/common.css | 2 +- modules/shared/templates/components.css | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/modules/shared/templates/common.css b/modules/shared/templates/common.css index 5406b328b..67204f2b9 100644 --- a/modules/shared/templates/common.css +++ b/modules/shared/templates/common.css @@ -73,7 +73,7 @@ pre a, code a { font-size: 15px; } .machine { - margin: 15px; + /*margin: 15px;*/ overflow: hidden; } .c1pjs { diff --git a/modules/shared/templates/components.css b/modules/shared/templates/components.css index 756e89c40..409d32848 100644 --- a/modules/shared/templates/components.css +++ b/modules/shared/templates/components.css @@ -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; }