@@ -477,11 +477,6 @@ ol li:last-child {
477
477
cursor : pointer;
478
478
}
479
479
480
- .remove-bottom-radius {
481
- border-bottom-left-radius : 0 ;
482
- border-bottom-right-radius : 0 ;
483
- }
484
-
485
480
ul {
486
481
list-style : none;
487
482
}
@@ -724,9 +719,6 @@ nav {
724
719
725
720
/* MARK: Main content
726
721
*/
727
- .docs-container * {
728
- box-sizing : border-box;
729
- }
730
722
731
723
.content-layout {
732
724
display : grid;
@@ -735,10 +727,6 @@ nav {
735
727
z-index : 1 ;
736
728
}
737
729
738
- .docs-container {
739
- min-width : 100% ;
740
- }
741
-
742
730
# searchbox {
743
731
width : 24rem ;
744
732
display : none;
@@ -882,10 +870,6 @@ nav {
882
870
column-gap : var (--grid-column-gutter );
883
871
}
884
872
885
- .content-layout .side-gutter {
886
- grid-column-start : 2 ;
887
- }
888
-
889
873
.navbar atomic-search-interface {
890
874
margin : 0 ;
891
875
display : block;
@@ -1833,15 +1817,6 @@ a:has(code:not(pre code)) {
1833
1817
line-height : 1 ;
1834
1818
}
1835
1819
1836
- .code-header {
1837
- display : flex;
1838
- justify-content : space-between;
1839
- }
1840
-
1841
- .code-header .no-lang {
1842
- justify-content : right;
1843
- }
1844
-
1845
1820
.code-type {
1846
1821
display : inline-block;
1847
1822
height : 1.5rem ;
@@ -1938,11 +1913,6 @@ img,
1938
1913
width : 32px ;
1939
1914
}
1940
1915
1941
- .nginx-logo-footer {
1942
- height : 72px ;
1943
- width : 156px ;
1944
- }
1945
-
1946
1916
/* HR Lines */
1947
1917
hr {
1948
1918
/* Move to gutter */
@@ -2001,32 +1971,6 @@ hr {
2001
1971
pointer-events : auto;
2002
1972
}
2003
1973
2004
- /* FILTHY HACKS BEGIN */
2005
-
2006
- /* Override logo with black text version */
2007
- .navbar-brand {
2008
- height : 3.5rem ;
2009
- display : block;
2010
-
2011
- /* non-tiling background logo */
2012
- background-image : url (/images/icons/NGINX-Docs-horiz-black-type.svg);
2013
- background-repeat : no-repeat;
2014
- background-size : contain;
2015
- background-position : left center;
2016
- width : 200px ;
2017
-
2018
- img {
2019
- display : none;
2020
- }
2021
- }
2022
-
2023
- /* FILTHY HACKS END */
2024
- /* Hidden temporarily */
2025
-
2026
- .code-copy {
2027
- display : none;
2028
- }
2029
-
2030
1974
@media print {
2031
1975
.qualtrics-feedback {
2032
1976
visibility : hidden;
0 commit comments