From d906efbb1aacfebd9931d49028f6240a667bae14 Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Mon, 4 Jan 2010 19:39:20 +0100 Subject: Imported Upstream version 1.14 --- mailgraph.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 mailgraph.css (limited to 'mailgraph.css') diff --git a/mailgraph.css b/mailgraph.css new file mode 100644 index 0000000..f38cf41 --- /dev/null +++ b/mailgraph.css @@ -0,0 +1,21 @@ +* { margin: 0; padding: 0 } +body { width: 630px; background-color: white; + font-family: sans-serif; + font-size: 12pt; + margin: 5px } +h1 { margin-top: 20px; margin-bottom: 30px; + text-align: center } +h2 { background-color: #ddd; + padding: 2px 0 2px 4px } +hr { height: 1px; + border: 0; + border-top: 1px solid #aaa } +table { border: 0px; width: 100% } +img { border: 0 } +a { text-decoration: none; color: #00e } +a:hover { text-decoration: underline; } +#jump { margin: 0 0 10px 4px } +#jump li { list-style: none; display: inline; + font-size: 90%; } +#jump li:after { content: "|"; } +#jump li:last-child:after { content: ""; } -- cgit v1.2.3