This is an automated email from the ASF dual-hosted git repository.
vieiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git
The following commit(s) were added to refs/heads/master by this push:
new cd9dc6e news area height (#214)
cd9dc6e is described below
commit cd9dc6e09e179f6c6a74e09aaa23be5255aa7ead
Author: Antonio Vieiro <[email protected]>
AuthorDate: Sun Jan 20 08:31:38 2019 +0100
news area height (#214)
Reducing the height of the news bar everywhere.
---
netbeans.apache.org/src/content/scss/common/_netbeans.scss | 3 ++-
netbeans.apache.org/src/content/templates/news.gsp | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/netbeans.apache.org/src/content/scss/common/_netbeans.scss
b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
index 209e188..1cbf672 100644
--- a/netbeans.apache.org/src/content/scss/common/_netbeans.scss
+++ b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
@@ -147,7 +147,8 @@ dl dt {
section.hero {
color: #fff;
position: relative;
- padding: 75px 0;
+ padding: 12px 0 0 0;
+ margin-bottom: 1.5em;
.grid-container {
.cell {
h1, p {
diff --git a/netbeans.apache.org/src/content/templates/news.gsp
b/netbeans.apache.org/src/content/templates/news.gsp
index 08747d6..7fa8d27 100644
--- a/netbeans.apache.org/src/content/templates/news.gsp
+++ b/netbeans.apache.org/src/content/templates/news.gsp
@@ -19,11 +19,11 @@
*/%>
<!-- src/templates/news -->
-<section class="hero news alternate" style='margin-bottom: 2em'>
+<section class="hero news alternate">
<div class='grid-container'>
<div class='cell'>
<div class="annotation">Just released!</div>
- <h1>Apache NetBeans 10.0</h1>
+ <h1 syle='font-size: 2rem'>Apache NetBeans 10.0</h1>
<p><a class="button success"
href="/download/nb100/nb100.html">Read more</a></p>
</div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists