From 209e8412a3b9707070b974460cc28f95ed5f507a Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 14 May 2019 09:35:21 +0200 Subject: [PATCH] Removing border radius on a white-on-white box. --- python_docs_theme/static/pydoctheme.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python_docs_theme/static/pydoctheme.css b/python_docs_theme/static/pydoctheme.css index 2aa5bad..33f74d7 100644 --- a/python_docs_theme/static/pydoctheme.css +++ b/python_docs_theme/static/pydoctheme.css @@ -133,10 +133,6 @@ div.body tt.xref, div.body a tt, div.body code.xref, div.body a code { font-weight: normal; } -.deprecated { - border-radius: 3px; -} - table.docutils { border: 1px solid #ddd; min-width: 20%;