From 0ff74931d51f824996e2c9586fef7ef745f0254a Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 26 Sep 2019 09:07:43 -0700 Subject: [PATCH] Remove the warning that appears on every page. --- theme/header.hbs | 8 ------- theme/reference.css | 55 --------------------------------------------- 2 files changed, 63 deletions(-) delete mode 100644 theme/header.hbs diff --git a/theme/header.hbs b/theme/header.hbs deleted file mode 100644 index 85db69f844023..0000000000000 --- a/theme/header.hbs +++ /dev/null @@ -1,8 +0,0 @@ -

- For now, this reference is a best-effort document. We strive for validity - and completeness, but are not yet there. In the future, the docs and lang - teams will work together to figure out how best to do this. Until then, this - is a best-effort attempt. If you find something wrong or missing, file an - issue or - send in a pull request. -

\ No newline at end of file diff --git a/theme/reference.css b/theme/reference.css index e14630584fe08..06ea927b648ef 100644 --- a/theme/reference.css +++ b/theme/reference.css @@ -1,58 +1,3 @@ -/* These selectors moves things around to make space for the warning on the - top of each page. Get rid of it when the warning goes away. */ -.page-wrapper > .nav-chapters { - /* add height for warning content & margin */ - top: 120px; -} - -.sidebar-visible .content { - top: 120px; -} - -.nav-chapters { - top: 120px; -} - -p.warning { - background-color: rgb(242, 222, 222); - border-bottom-color: rgb(238, 211, 215); - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - border-bottom-style: solid; - border-bottom-width: 0.666667px; - border-image-outset: 0 0 0 0; - border-image-repeat: stretch stretch; - border-image-slice: 100% 100% 100% 100%; - border-image-source: none; - border-image-width: 1 1 1 1; - border-left-color: rgb(238, 211, 215); - border-left-style: solid; - border-left-width: 0.666667px; - border-right-color: rgb(238, 211, 215); - border-right-style: solid; - border-right-width: 0.666667px; - border-top-color: rgb(238, 211, 215); - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-top-style: solid; - border-top-width: 0.666667px; - color: rgb(185, 74, 72); - margin-bottom: 0px; - margin-left: 0px; - margin-right: 0px; - margin-top: 30px; - padding-bottom: 8px; - padding-left: 14px; - padding-right: 35px; - padding-top: 8px; -} -p.warning strong { - color: rgb(185, 74, 72) -} -p.warning a { - color: rgb(0, 136, 204) -} - /* .parenthetical class used to keep e.g. "less-than symbol (<)" from wrapping the end parenthesis onto its own line. Use in a span between the last word and