From 9c360146450680cf8133fb25069f145860b5d842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20L=C3=A9aut=C3=A9?= Date: Thu, 24 Jul 2014 14:41:45 -0700 Subject: [PATCH] remove css from docs --- docs/content/css/docs.css | 60 --------------------------------------- docs/content/css/toc.css | 6 ---- 2 files changed, 66 deletions(-) delete mode 100644 docs/content/css/docs.css delete mode 100644 docs/content/css/toc.css diff --git a/docs/content/css/docs.css b/docs/content/css/docs.css deleted file mode 100644 index c59923a98ca..00000000000 --- a/docs/content/css/docs.css +++ /dev/null @@ -1,60 +0,0 @@ -.doc-content pre, .doc-content pre code { - overflow: auto; - white-space: pre; - word-wrap: normal; -} - -.doc-content p { - margin: 18px 0 18px 0; -} - -/*** HACK: This is a horrible hack, but I have no clue why images don't want to stay in the container **/ -.doc-content img { - max-width: 847.5px; -} - -.doc-content code { - background-color: #e0e0e0; -} - -.doc-content pre code { - background-color: transparent; -} - -.doc-content table, -.doc-content pre { - margin: 35px 0 35px 0; -} - -.doc-content table, -.doc-content table > thead > tr > th, -.doc-content table > tbody > tr > th, -.doc-content table > tfoot > tr > th, -.doc-content table > thead > tr > td, -.doc-content table > tbody > tr > td, -.doc-content table > tfoot > tr > td { - border: 1px solid #dddddd; -} - -.doc-content table > thead > tr > th, -.doc-content table > thead > tr > td { - border-bottom-width: 2px; -} - -.doc-content table > tbody > tr:nth-child(odd) > td, -.doc-content table > tbody > tr:nth-child(odd) > th { - background-color: #f9f9f9; -} - -.doc-content table > tbody > tr:hover > td, -.doc-content table > tbody > tr:hover > th { - background-color: #d5d5d5; -} - -.doc-content table code { - background-color: transparent; -} - -td, th { - padding: 5px; -} diff --git a/docs/content/css/toc.css b/docs/content/css/toc.css deleted file mode 100644 index c074ef7d79a..00000000000 --- a/docs/content/css/toc.css +++ /dev/null @@ -1,6 +0,0 @@ -.toc ul { - list-style: none; - list-style-position: inside; - padding-left: 15px; -} -