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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new c85ac0c  Add comment in css
c85ac0c is described below

commit c85ac0c5e5a2310155988145faae2ebea8f938a8
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Wed Mar 17 16:13:40 2021 -0400

    Add comment in css
---
 css/accumulo.scss | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/css/accumulo.scss b/css/accumulo.scss
index cc472b6..ff9fef7 100644
--- a/css/accumulo.scss
+++ b/css/accumulo.scss
@@ -251,6 +251,11 @@ a.prop {
 }
 
 a.acevent > img {
+  /*
+   * modeled after bootstrap's center-block and img-responsive
+   * which can't be added to the img element directly because
+   * it is inserted dynamically by the ASF events javascript
+   */
   display: block;
   margin-right: auto;
   margin-left: auto;

Reply via email to