diff --git a/sass/_theme_layout.sass b/sass/_theme_layout.sass index 2e55ea4e0..62e2a4b8d 100644 --- a/sass/_theme_layout.sass +++ b/sass/_theme_layout.sass @@ -298,36 +298,6 @@ float: left width: 207px -.oc-logo svg - height: 50px - width: 80px - display: inline-block - float: left - -.oc-logo - width: 100% - margin-bottom: 7px !important - position: relative - -.oc-logo h2 - margin-left: 15px - margin-bottom: 0px - display: inline-block - color: white - font-size: 22px - -.oc-logo h2 small - color: #B6C505 - position: relative - bottom: 5px - -.oc-logo span - position: absolute - font-family: $custom-font-family - top: 50px - left: 25px - color: #B6C505 - .oc-searchbox-wrapper margin-left: 27px margin-top: 20px diff --git a/standard_theme/static/css/theme.css b/standard_theme/static/css/theme.css index 3c6181d69..b1b052ee9 100644 --- a/standard_theme/static/css/theme.css +++ b/standard_theme/static/css/theme.css @@ -4532,41 +4532,6 @@ div[class^='highlight'] pre { width: 207px; } -.oc-logo svg { - height: 50px; - width: 80px; - display: inline-block; - float: left; -} - -.oc-logo { - width: 100%; - margin-bottom: 7px !important; - position: relative; -} - -.oc-logo h2, .oc-logo .rst-content .toctree-wrapper > p.caption, .rst-content .oc-logo .toctree-wrapper > p.caption { - margin-left: 15px; - margin-bottom: 0px; - display: inline-block; - color: white; - font-size: 22px; -} - -.oc-logo h2 small, .oc-logo .rst-content .toctree-wrapper > p.caption small, .rst-content .oc-logo .toctree-wrapper > p.caption small { - color: #B6C505; - position: relative; - bottom: 5px; -} - -.oc-logo span { - position: absolute; - font-family: stratum-1-web, "Helvetica Neue", Helvetica, Arial, sans-serif; - top: 50px; - left: 25px; - color: #B6C505; -} - .oc-searchbox-wrapper { margin-left: 27px; margin-top: 20px;