From: Andre Noll Date: Sun, 25 May 2025 20:35:27 +0000 (+0200) Subject: css: Remove memItem tweaks. X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=ab75640c4cca975a83daa7a917bc992b8aa6a6b9;p=paraslash.git css: Remove memItem tweaks. The pages look better without this since the tables no longer contain horizontal lines above all entities. --- diff --git a/web/para.css b/web/para.css index fc4ca362..ea683ca4 100644 --- a/web/para.css +++ b/web/para.css @@ -177,32 +177,6 @@ img.formulaInl { vertical-align: middle; } margin: 0px; } -.memItemLeft { /* return value */ - color: #ffffff; - border-top-color: #ffff00; - padding: 1px 0px 0px 8px; - margin: 4px; - border-top-width: 2px; - border-top-style: solid; - border-right-style: none; - border-bottom-style: none; - border-left-style: none; - font-size: 100%; -} - -.memItemRight { /* function declaration */ - color: #ffffff; - border-top-color: #ffff00; - padding: 1px 8px 0px 8px; - margin: 4px; - border-top-width: 2px; - border-top-style: solid; - border-right-style: none; - border-bottom-style: none; - border-left-style: none; - font-size: 100%; -} - .search { color: #f03309; font-weight: bold;