From 82f7d1b4d8f2d504ed750da549416a1110814cc6 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Sat, 11 Jan 2014 05:32:16 +0100 Subject: [PATCH 1/1] Edited stylecss so that TR:first-child td {} has a top border (for firewall rulecreation) --- html/html/themes/ipfire/include/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index aa7bd16b9..9e40b946c 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -54,7 +54,7 @@ table { border-right: 1px solid grey; } -.tbl tr:first-child td:only-child { +.tbl tr:first-child td { border-top: 1px solid grey; } -- 2.39.2