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/19 17:18:30 UTC

[GitHub] [camel-website] avgupt commented on a change in pull request #210: Feature Avatar on Blog Posts

avgupt commented on a change in pull request #210: Feature Avatar on Blog Posts
URL: https://github.com/apache/camel-website/pull/210#discussion_r395191666
 
 

 ##########
 File path: antora-ui-camel/src/css/blog.css
 ##########
 @@ -119,6 +119,24 @@ article.blog p {
   background: var(--color-smoke-90);
 }
 
+.avatar {
+  vertical-align: middle;
+  width: 100px;
+  height: 100px;
+  border-radius: 50%;
+}
+
+#publishDate {
+  position: relative;
+  bottom: 35px;
+}
+
+.date-and-name {
+  position: relative;
+  bottom: 105px;
+  left: 110px;
+}
+
 
 Review comment:
   Replaced `px` with `em`.
   Removed id-based rules and scoped the rules to .blog

----------------------------------------------------------------
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