From 25172030bdb1c79d6061edbf899c52eef580f652 Mon Sep 17 00:00:00 2001 From: Jacob Vos <70584938+jacobvosimpronotion@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:12:07 +0100 Subject: [PATCH] Delete localstyle.css --- localstyle.css | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 localstyle.css diff --git a/localstyle.css b/localstyle.css deleted file mode 100644 index f5b87ea..0000000 --- a/localstyle.css +++ /dev/null @@ -1,40 +0,0 @@ -/******************************************************************************* - * Local stylesheet * - * - * Local stylesheet: - * BRO-SAMPLE - * - ******************************************************************************/ - -/******************************************************************************/ -/* Generic section */ -/******************************************************************************/ - -section.generic { - background-color: #EDEDED; - border-left-width: .5em; - border-left-style: solid; - border-color: #A1A1A1; - padding: .5em; -} - -/******************************************************************************/ -/* Table style */ -/******************************************************************************/ - -table, th, td { - background-color: #F2F2F2; - border-collapse: collapse;} -table { - border: 1px solid #000000; - width: 100%; -} -caption { - font-style: italic; - text-align: left; -} -th, td { - border: 1px inset #CCCCCC; - hyphens: auto; - padding: 0.25em; -}