This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit eff154ab8d3f4429a77b607c8b032d475a075cf7
Author: Ron Clabo <[email protected]>
AuthorDate: Sat Mar 27 17:18:16 2021 -0400

    Tweaked messaging so that brands are properly communicated. Also fixed 
padding a bit on one case.
---
 README.md                                    | 10 +++++-----
 websites/site/index.md                       | 10 +++++-----
 websites/site/lucenetemplate/styles/site.css |  6 +++++-
 3 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index b50483e..53b4836 100644
--- a/README.md
+++ b/README.md
@@ -52,13 +52,13 @@ PM> Install-Package Lucene.Net
 
 ### Lucene.NET 4.8.0
 
-##### Latest Version - Lucene 4.8 Beta
+##### Latest Version - Lucene.NET 4.8.0 Beta
 
 * The beta version is extremely stable
-* Has more than 7000+ passing unit tests
-* Integrates well with .Net 5.0 
-* Supports NetStandard 2.0, and  NetStandard 2.1 
-* Supports with .Net Framework 4.5.1+
+* Has more than 7800+ passing unit tests
+* Integrates well with .NET 5.0 
+* Supports .NET Standard 2.0, and .NET Standard 2.1 
+* Supports with .NET Framework 4.5.1+
 * Some developers already use it in production environments
 
 ##### Core Library
diff --git a/websites/site/index.md b/websites/site/index.md
index e05ef52..ac779b4 100644
--- a/websites/site/index.md
+++ b/websites/site/index.md
@@ -11,13 +11,13 @@ Lucene.Net
 
 Lucene.Net is a port of the Lucene search engine library, written in C# and 
targeted at .NET runtime users
 
-### Latest Version - Lucene 4.8 Beta
+### Latest Version - Lucene.NET 4.8.0 Beta
 
 * The beta version is extremely stable
-* Has more than 7000+ passing unit tests
-* Integrates well with .Net 5.0 
-* Supports NetStandard 2.0, and  NetStandard 2.1 
-* Supports with .Net Framework 4.5.1+
+* Has more than 7800+ passing unit tests
+* Integrates well with .NET 5.0 
+* Supports .NET Standard 2.0, and .NET Standard 2.1 
+* Supports with .NET Framework 4.5.1+
 * Some developers already use it in production environments
 
 ### Our Goals
diff --git a/websites/site/lucenetemplate/styles/site.css 
b/websites/site/lucenetemplate/styles/site.css
index 407d7b5..5e18908 100644
--- a/websites/site/lucenetemplate/styles/site.css
+++ b/websites/site/lucenetemplate/styles/site.css
@@ -1,4 +1,4 @@
-/*
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -40,6 +40,10 @@
 #homepage h3 {
   font-weight: 700;
 }
+#homepage ul {
+    margin-bottom:25px
+}
+
 nav.navbar {
   font-family: "Lato", sans-serif;
   font-weight: 400;

Reply via email to