You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2017/12/19 16:13:24 UTC

[rocketmq-site] branch master updated: Polish feature row styles

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

yukon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/master by this push:
     new cd57352  Polish feature row styles
cd57352 is described below

commit cd573526ec33692c29f1be71af1d147d858d51db
Author: yukon <yu...@apache.org>
AuthorDate: Wed Dec 20 00:13:15 2017 +0800

    Polish feature row styles
---
 _includes/feature_row | 2 +-
 home.md               | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/_includes/feature_row b/_includes/feature_row
index d5b7e23..8329561 100644
--- a/_includes/feature_row
+++ b/_includes/feature_row
@@ -17,7 +17,7 @@
     <div class="feature__item{% if include.type %}--{{ include.type }}{% endif %}">
       <div class="archive__item">
         {% if f.image_path %}
-          <div class="archive__item-teaser">
+          <div class="">
             <img src=
               {% if f.image_path contains "://" %}
                 "{{ f.image_path }}"
diff --git a/home.md b/home.md
index 194858a..c716aa5 100644
--- a/home.md
+++ b/home.md
@@ -40,3 +40,9 @@ feature_row1:
 {% include feature_row %}
 
 {% include feature_row id="feature_row1" %}
+
+<style type="text/css">
+  .archive__item-title {
+    text-decoration: none !important;
+  }
+</style>

-- 
To stop receiving notification emails like this one, please contact
['"commits@rocketmq.apache.org" <co...@rocketmq.apache.org>'].