aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorEivind Uggedal <[email protected]>2015-12-09 09:43:20 +0000
committerHiltjo Posthuma <[email protected]>2015-12-09 22:15:25 +0100
commitb634cfd86042f303dae68c2805810c7a0f9614c5 (patch)
tree36f5249b05f2e3f3a7bda71d6520fcd81b8088d3 /style.css
parent1363b8b51e4e2e75e56cdc022eb1ab50d15dd84d (diff)
downloadstagit-b634cfd86042f303dae68c2805810c7a0f9614c5.tar.gz
stagit-b634cfd86042f303dae68c2805810c7a0f9614c5.zip
Simplify diff markup
Remove <span> for inserted/deleted lines and use the <a> for coloring.
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 3 insertions, 7 deletions
diff --git a/style.css b/style.css
index d7de757..2823efb 100644
--- a/style.css
+++ b/style.css
@@ -50,18 +50,14 @@ pre .h {
color: darkcyan;
}
-pre .i {
+pre a.i {
color: green;
}
-pre .d {
+pre a.d {
color: red;
}
-pre span a {
- color: inherit;
-}
-
-pre span a:hover {
+pre a.i:hover, pre a.d:hover {
text-decoration: none;
}