From cadb172d22583800abc4f128fd1a4cabab8851a6 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 2 May 2008 18:59:26 +0000 Subject: [PATCH] CSS for and tags, used for diffs. --- static/css/note.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/static/css/note.css b/static/css/note.css index 1f86e60..2139446 100644 --- a/static/css/note.css +++ b/static/css/note.css @@ -9,6 +9,11 @@ a[target ^= "_new"] { padding-right: 13px; } +.diff a[target ^= "_new"] { + background-image: none; + padding-right: 0; +} + a:hover { color: #ff6600; } @@ -17,6 +22,16 @@ h3 { margin-bottom: 1em; } +ins { + color: green; + text-decoration: none; +} + +del { + color: red; + text-decoration: line-through; +} + .button { border-style: outset; border-width: 0px;