Skip to content

Commit 13f83bd

Browse files
committed
Purgecss: Remove unused css from purgecss run
1 parent a0e1c02 commit 13f83bd

File tree

1 file changed

+0
-56
lines changed

1 file changed

+0
-56
lines changed

assets/css/v2/style.css

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -477,11 +477,6 @@ ol li:last-child {
477477
cursor: pointer;
478478
}
479479

480-
.remove-bottom-radius {
481-
border-bottom-left-radius: 0;
482-
border-bottom-right-radius: 0;
483-
}
484-
485480
ul {
486481
list-style: none;
487482
}
@@ -724,9 +719,6 @@ nav {
724719

725720
/* MARK: Main content
726721
*/
727-
.docs-container * {
728-
box-sizing: border-box;
729-
}
730722

731723
.content-layout {
732724
display: grid;
@@ -735,10 +727,6 @@ nav {
735727
z-index: 1;
736728
}
737729

738-
.docs-container {
739-
min-width: 100%;
740-
}
741-
742730
#searchbox {
743731
width: 24rem;
744732
display: none;
@@ -882,10 +870,6 @@ nav {
882870
column-gap: var(--grid-column-gutter);
883871
}
884872

885-
.content-layout .side-gutter {
886-
grid-column-start: 2;
887-
}
888-
889873
.navbar atomic-search-interface {
890874
margin: 0;
891875
display: block;
@@ -1833,15 +1817,6 @@ a:has(code:not(pre code)) {
18331817
line-height: 1;
18341818
}
18351819

1836-
.code-header {
1837-
display: flex;
1838-
justify-content: space-between;
1839-
}
1840-
1841-
.code-header.no-lang {
1842-
justify-content: right;
1843-
}
1844-
18451820
.code-type {
18461821
display: inline-block;
18471822
height: 1.5rem;
@@ -1938,11 +1913,6 @@ img,
19381913
width: 32px;
19391914
}
19401915

1941-
.nginx-logo-footer {
1942-
height: 72px;
1943-
width: 156px;
1944-
}
1945-
19461916
/* HR Lines */
19471917
hr {
19481918
/* Move to gutter */
@@ -2001,32 +1971,6 @@ hr {
20011971
pointer-events: auto;
20021972
}
20031973

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-
20301974
@media print {
20311975
.qualtrics-feedback {
20321976
visibility: hidden;

0 commit comments

Comments
 (0)