From dc41b9316e4833e26ba153325739cf3c3d3d5fe7 Mon Sep 17 00:00:00 2001 From: bonkmaykr <42302831+bonkmaykrQ@users.noreply.github.com> Date: Wed, 14 Jul 2021 15:55:12 -0500 Subject: [PATCH] Update blueroses.css --- blueroses.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/blueroses.css b/blueroses.css index c427d36..4ee546b 100644 --- a/blueroses.css +++ b/blueroses.css @@ -336,7 +336,7 @@ hwrapper > #PageTitle {display:none;} overlay#Headline {height:20vw;background-size:auto 130%;margin:20px;} /*classic breadcrumbs*/ -#Breadcrumb { font-size:var(--BreadcrumbFontSize); font-weight:bold; padding:.25em .75em; border-radius:1em; align-self:flex-end;}#Breadcrumb img {display:none;}#Breadcrumb .RightArrowIcon {width:0px;margin-left:7px;margin-right:12.5px;}#Breadcrumb .RightArrowIcon:after {content:"/";} +/*#Breadcrumb { font-size:var(--BreadcrumbFontSize); font-weight:bold; padding:.25em .75em; border-radius:1em; align-self:flex-end;}#Breadcrumb img {display:none;}#Breadcrumb .RightArrowIcon {width:0px;margin-left:7px;margin-right:12.5px;}#Breadcrumb .RightArrowIcon:after {content:"/";}*/ } @media (max-width : 518px) { @@ -394,3 +394,7 @@ nav#SecondaryNav.Expanded { padding-left:8px !important; padding-right:24px !important; } + +/*classic breadcrumbs - everywhere*/ +#Breadcrumb { font-size:var(--BreadcrumbFontSize); font-weight:bold; padding:.25em .75em; border-radius:1em; align-self:flex-end;}#Breadcrumb img {display:none;}#Breadcrumb .RightArrowIcon {width:0px;margin-left:7px;margin-right:12.5px;}#Breadcrumb .RightArrowIcon:after {content:"/";} +