From cf595ed35989d80bf35b669194b75c94a39a2b9a Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 19 Jun 2017 12:50:57 -0700 Subject: [PATCH] remove Disqus from front page --- _includes/frontpage-content.txt | 2 -- _includes/frontpage-header.txt | 40 --------------------------------- 2 files changed, 42 deletions(-) diff --git a/_includes/frontpage-content.txt b/_includes/frontpage-content.txt index d45b10893a..4ffab9b891 100644 --- a/_includes/frontpage-content.txt +++ b/_includes/frontpage-content.txt @@ -62,8 +62,6 @@

 

If you’d like to help, please see the Contribute section of the site, and feel free to contact Heather.

-

Recent Comments

- diff --git a/_includes/frontpage-header.txt b/_includes/frontpage-header.txt index 9a41e3c5d5..e806c92910 100644 --- a/_includes/frontpage-header.txt +++ b/_includes/frontpage-header.txt @@ -107,46 +107,6 @@ text-shadow: 0 0 0 rgba(255,255,255,.5); } - ul.dsq-widget-item { - list-style:none; - } - - li.dsq-widget-item a { - color: #48a2ff; - } - - li.dsq-widget-item { - background: rgba(0,0,0,.7); /* Old browsers */ - background: -moz-linear-gradient(top, rgba(0,0,0,.7) 1%, rgba(0,0,0,.7) 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,0,0,.7)), color-stop(100%,rgba(0,0,0,.7))); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, rgba(0,0,0,.7) 1%,rgba(0,0,0,.7) 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, rgba(0,0,0,.7) 1%,rgba(0,0,0,.7) 100%); /* Opera11.10+ */ - background: -ms-linear-gradient(top, rgba(0,0,0,.7) 1%,rgba(0,0,0,.7) 100%); /* IE10+ */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7F000000', endColorstr='#7F000000',GradientType=0 ); /* IE6-9 */ - background: linear-gradient(top, rgba(0,0,0,.7) 1%,rgba(0,0,0,.7) 100%); /* W3C */ - box-shadow: 1px -1px 2px #bbc6c8; - -webkit-box-shadow: 1px -1px 2px #bbc6c8; - -moz-box-shadow: 1px -1px 2px #bbc6c8; - border-radius:7px; - -moz-border-radius:7px; - -webkit-border-radius:7px; - padding:0 10px 10px 10px; - color: #eeeeee; - text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); - } - - li.dsq-widget-item:before { - content: ""; - position: relative; - top: -12px; - border-width: 0 12px 12px; - border-style: solid; - border-color: rgba(0,0,0,.7) transparent; - display: block; - width: 0; - } - -