You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/09 12:51:27 UTC

[GitHub] [camel-website] aashnajena commented on a change in pull request #181: CAMEL-14674: Nicer table design for the blog post

aashnajena commented on a change in pull request #181: CAMEL-14674: Nicer table design for the blog post
URL: https://github.com/apache/camel-website/pull/181#discussion_r389639699
 
 

 ##########
 File path: antora-ui-camel/src/css/blog.css
 ##########
 @@ -99,6 +99,25 @@ article.blog p {
   white-space: pre-wrap;
 }
 
+.blog .post .post-content table {
+  width: 100%;
+  text-align: center;
+  margin-bottom: 1rem;
+}
+
+.blog .post .post-content tr:nth-child(even) {
+  background: #f4f5f7;
 
 Review comment:
   I have updated the colours from vars.css. Please take a look now!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services