From 8559b9c6be9ef3e57c5781f90b5fea36c9f5cac0 Mon Sep 17 00:00:00 2001 From: David Klimesh Date: Tue, 15 Aug 2023 14:13:12 -0700 Subject: [PATCH] Update css for new site --- .../themes/clearlinux_theme/css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/custom/clearlinux.github.io/themes/clearlinux_theme/css/styles.css b/modules/custom/clearlinux.github.io/themes/clearlinux_theme/css/styles.css index f9998e955..b88f928ac 100644 --- a/modules/custom/clearlinux.github.io/themes/clearlinux_theme/css/styles.css +++ b/modules/custom/clearlinux.github.io/themes/clearlinux_theme/css/styles.css @@ -213,7 +213,7 @@ table { font-family: 'IntelClearPro-Bold'; src: url("../fonts/IntelFonts/fonts/IntelClearPro_W_Bd.eot"); src: url("../fonts/IntelFonts/fonts/IntelClearPro_W_Bd.eot%3F") format("embedded-opentype"); - src: url("http://clearlinux.org/modules/custom/clearlinux_org/themes/clearlinux_theme/fonts/IntelFonts/fonts/IntelClearPro_W_Bd.ttf") format("truetype"); + src: url("http://clearlinux.github.io/modules/custom/clearlinux.github.io/themes/clearlinux_theme/fonts/IntelFonts/fonts/IntelClearPro_W_Bd.ttf") format("truetype"); src: url("../fonts/IntelFonts/fonts/IntelClearPro_W_Bd.woff") format("woff"); font-weight: normal; } @@ -3504,7 +3504,7 @@ article.embedded-entity.align-right img { } #cboxLoadingGraphic { - background: url(http://clearlinux.org/modules/custom/clearlinux_org/themes/clearlinux_theme/css/images/loading.gif) no-repeat center center; + background: url(http://clearlinux.github.io/modules/custom/clearlinux.github.io/themes/clearlinux_theme/css/images/loading.gif) no-repeat center center; } #cboxLoadingOverlay { @@ -3536,7 +3536,7 @@ article.embedded-entity.align-right img { height: 20px; position: absolute; top: -20px; - background: url(http://clearlinux.org/modules/custom/clearlinux_org/themes/clearlinux_theme/css/images/controls.png) no-repeat 0 0; + background: url(http://clearlinux.github.io/modules/custom/clearlinux.github.io/themes/clearlinux_theme/css/images/controls.png) no-repeat 0 0; } /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */