From ab75640c4cca975a83daa7a917bc992b8aa6a6b9 Mon Sep 17 00:00:00 2001 From: Andre Noll <maan@tuebingen.mpg.de> Date: Sun, 25 May 2025 22:35:27 +0200 Subject: [PATCH] css: Remove memItem tweaks. The pages look better without this since the tables no longer contain horizontal lines above all entities. --- web/para.css | 26 -------------------------- 1 file changed, 26 deletions(-) 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; -- 2.39.5