You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ds...@apache.org on 2021/07/02 21:41:47 UTC

svn commit: r1891215 - in /subversion/site/staging-ng: site-nav.html style/site.css

Author: dsahlberg
Date: Fri Jul  2 21:41:47 2021
New Revision: 1891215

URL: http://svn.apache.org/viewvc?rev=1891215&view=rev
Log:
In site/staging-ng:
Followup to r1891073, minor adjustments after review.

* site-nav.html
* style/site.css

Reviewed-by: hartmannathan

Discussed: https://mail-archives.apache.org/mod_mbox/subversion-dev/202106.mbox/%3CCAJT2EHoNCNmTWf87se69Eh669rWGeo39YUiyH7uq1xT4jBH1ZQ%40mail.gmail.com%3E


Modified:
    subversion/site/staging-ng/site-nav.html
    subversion/site/staging-ng/style/site.css

Modified: subversion/site/staging-ng/site-nav.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/site-nav.html?rev=1891215&r1=1891214&r2=1891215&view=diff
==============================================================================
--- subversion/site/staging-ng/site-nav.html (original)
+++ subversion/site/staging-ng/site-nav.html Fri Jul  2 21:41:47 2021
@@ -57,7 +57,7 @@
     <input name="Search" value="Go" type="submit"/>
   </div>
   </form>
-</p>
+</p> <!-- site-search -->
 
 <p id="site-apachecon-block">
   <p><a href="https://www.apache.org/events/current-event.html"

Modified: subversion/site/staging-ng/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/style/site.css?rev=1891215&r1=1891214&r2=1891215&view=diff
==============================================================================
--- subversion/site/staging-ng/style/site.css (original)
+++ subversion/site/staging-ng/style/site.css Fri Jul  2 21:41:47 2021
@@ -63,7 +63,6 @@ pre {
 #site-banner {
   padding: 8px;
   background: white url("/images/banner-gradient.jpg") repeat-x;
-  background-attachement: fixed;
   background-position: bottom;
 }
 #site-banner a {



Re: svn commit: r1891215 - in /subversion/site/staging-ng: site-nav.html style/site.css

Posted by Nathan Hartman <ha...@gmail.com>.
On Fri, Jul 2, 2021 at 5:41 PM <ds...@apache.org> wrote:
>
> Author: dsahlberg
> Date: Fri Jul  2 21:41:47 2021
> New Revision: 1891215
>
> URL: http://svn.apache.org/viewvc?rev=1891215&view=rev
> Log:
> In site/staging-ng:
> Followup to r1891073, minor adjustments after review.
>
> * site-nav.html
> * style/site.css
>
> Reviewed-by: hartmannathan
>
> Discussed: https://mail-archives.apache.org/mod_mbox/subversion-dev/202106.mbox/%3CCAJT2EHoNCNmTWf87se69Eh669rWGeo39YUiyH7uq1xT4jBH1ZQ%40mail.gmail.com%3E


Thanks!

Code looks good.

I'll try to make some time to install httpd etc and test it on a browser soon.

Have a great weekend,
Nathan