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

alenka pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 92e56ba890 GH-39031: [Docs] Remove misspelled rule from contrib css 
(#39032)
92e56ba890 is described below

commit 92e56ba8906f40996cc81bc09fca10c4d53b32fa
Author: Josh Soref <[email protected]>
AuthorDate: Mon Dec 11 02:27:39 2023 -0500

    GH-39031: [Docs] Remove misspelled rule from contrib css (#39032)
    
    
    
    ### Rationale for this change
    
    The css rule had a typo which means that it hasn't worked.
    
    ### What changes are included in this PR?
    
    Fixes the css rule
    
    ### Are these changes tested?
    
    ### Are there any user-facing changes?
    
    * Closes: #39031
    
    Authored-by: Josh Soref <[email protected]>
    Signed-off-by: AlenkaF <[email protected]>
---
 docs/source/_static/theme_overrides.css | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/docs/source/_static/theme_overrides.css 
b/docs/source/_static/theme_overrides.css
index 58f4554d11..f7f25269a6 100644
--- a/docs/source/_static/theme_overrides.css
+++ b/docs/source/_static/theme_overrides.css
@@ -61,12 +61,6 @@
   border: none;
 }
 
-.contib-card .sd-card-footer p.sd-card-text{
-  max-width: 220px;
-  margin-left: auto;
-  margin-right: auto;
-}
-
 /* This is the bootstrap CSS style for "table-striped". Since the theme does
 not yet provide an easy way to configure this globally, it easier to simply
 include this snippet here than updating each table in all rst files to

Reply via email to