From d43c97867dd925386748279958e33170040cb4c1 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, 30 Aug 2016 11:26:50 +0200
Subject: [PATCH] oprava internich linku test

---
 docs.it4i/css/extra.css | 21 +++++++++++++++++++++
 mkdocs.yml              |  5 ++---
 2 files changed, 23 insertions(+), 3 deletions(-)
 create mode 100644 docs.it4i/css/extra.css

diff --git a/docs.it4i/css/extra.css b/docs.it4i/css/extra.css
new file mode 100644
index 000000000..5602f86b8
--- /dev/null
+++ b/docs.it4i/css/extra.css
@@ -0,0 +1,21 @@
+div.col-md-9 h1:first-of-type {
+    text-align: center;
+    font-size: 60px;
+    font-weight: 300;
+}
+
+div.col-md-9 p:first-of-type {
+    text-align: center;
+}
+
+div.col-md-9 p.admonition-title:first-of-type {
+    text-align: left;
+}
+
+div.col-md-9 h1:first-of-type .headerlink {
+    display: none;
+}
+
+code.no-highlight {
+    color: black;
+}
diff --git a/mkdocs.yml b/mkdocs.yml
index 1ba928783..d72bcc83a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -180,9 +180,8 @@ pages:
     - Setting license preferences: salomon/software/ansys/licensing.md
     - Licensing and Available Versions: salomon/software/ansys/setting-license-preferences.md
   - PBSPro Documentation: pbspro-documentation/sitemap.md
+extra_css:
+    - css/extra.css
 markdown_extensions:
     - toc:
         permalink: True
-palette:
-    primary: 'indigo'
-    accent: 'light blue'
-- 
GitLab