]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
css: Remove memItem tweaks.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 May 2025 20:35:27 +0000 (22:35 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 26 May 2025 15:45:53 +0000 (17:45 +0200)
The pages look better without this since the tables no longer contain
horizontal lines above all entities.

web/para.css

index fc4ca362bc76615df38092cf424e20357459f189..ea683ca44cac51148ae20ead80c22ad9bc4c7cdd 100644 (file)
@@ -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;