From acd5dbe076051cfc78019211d5d62f78adcd2134 Mon Sep 17 00:00:00 2001 From: cvs Date: Mon, 8 Apr 2002 23:11:32 +0000 Subject: [PATCH 1/1] added css-files to cvsto enable deployment of standard-layout --- web/produced/style/formate.css | 126 +++++++++++++++++++++++++++++++++++++++++ web/produced/style/mir.css | 5 ++ 2 files changed, 131 insertions(+) create mode 100755 web/produced/style/formate.css create mode 100755 web/produced/style/mir.css diff --git a/web/produced/style/formate.css b/web/produced/style/formate.css new file mode 100755 index 00000000..f81ecaae --- /dev/null +++ b/web/produced/style/formate.css @@ -0,0 +1,126 @@ + + diff --git a/web/produced/style/mir.css b/web/produced/style/mir.css new file mode 100755 index 00000000..6c12b856 --- /dev/null +++ b/web/produced/style/mir.css @@ -0,0 +1,5 @@ +a { color: #0000CC; text-decoration: underline} +a:hover { color: #333333; text-decoration: none} +td { font-family: "Times New Roman", Times, serif} +.small { font-size: x-small} +pre { font-family: "Courier", Courier, serif} -- 2.11.0