From 93245b88568c3f8a4d043bd2a1c90a9136a4e81b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Tue, 20 Sep 2016 07:49:02 +0200
Subject: [PATCH] test speed

---
 .../salomon/accessing-the-cluster/accessing-the-cluster.md   | 3 ++-
 it4i_theme/assets/stylesheets/application.css                | 5 +++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs.it4i/salomon/accessing-the-cluster/accessing-the-cluster.md b/docs.it4i/salomon/accessing-the-cluster/accessing-the-cluster.md
index d7adaa51b..460640194 100644
--- a/docs.it4i/salomon/accessing-the-cluster/accessing-the-cluster.md
+++ b/docs.it4i/salomon/accessing-the-cluster/accessing-the-cluster.md
@@ -57,8 +57,9 @@ After logging in, you will see the command prompt:
 Last login: Tue Jul  9 15:57:38 2013 from your-host.example.com
 [username@login2.salomon ~]$
 ```
-
+<div id="page-wrap">
 <tty-player controls src=/src/login.ttyrec></tty-player>
+</div>
 
 !!! Note "Note"
 	The environment is **not** shared between login nodes, except for [shared filesystems](storage/storage/).
diff --git a/it4i_theme/assets/stylesheets/application.css b/it4i_theme/assets/stylesheets/application.css
index 8dcb3d398..234fb8b32 100644
--- a/it4i_theme/assets/stylesheets/application.css
+++ b/it4i_theme/assets/stylesheets/application.css
@@ -1252,3 +1252,8 @@ a[href*="//"]:not([href*="https://gitlab.it4i.cz/kru0052/docs.it4i"]) {
     padding: 1px 16px 1px 0px;    
 }
 
+#page-wrap {
+     width: 800px;
+     margin: 0 auto;
+}
+
-- 
GitLab