774
by mattgiuca
scripts/diffservice, diff.css: HTML refactor (simpler layout - it's not valid |
1 |
.diff { |
2 |
margin-left: 3em; |
|
3 |
}
|
|
4 |
||
5 |
.diff-add { |
|
566
by dcoles
diff.css: Foreground colours for hilighting of changes |
6 |
/*background-color:#aaffaa;*/
|
7 |
color: green; |
|
562
by dcoles
Added new app: Diff (SVN diff application) |
8 |
}
|
774
by mattgiuca
scripts/diffservice, diff.css: HTML refactor (simpler layout - it's not valid |
9 |
.diff-chg { |
566
by dcoles
diff.css: Foreground colours for hilighting of changes |
10 |
/*background-color:#ffff77;*/
|
11 |
color: olive; |
|
562
by dcoles
Added new app: Diff (SVN diff application) |
12 |
}
|
13 |
||
774
by mattgiuca
scripts/diffservice, diff.css: HTML refactor (simpler layout - it's not valid |
14 |
.diff-sub { |
566
by dcoles
diff.css: Foreground colours for hilighting of changes |
15 |
/*background-color:#ffaaaa;*/
|
16 |
color: maroon; |
|
562
by dcoles
Added new app: Diff (SVN diff application) |
17 |
}
|
18 |
||
774
by mattgiuca
scripts/diffservice, diff.css: HTML refactor (simpler layout - it's not valid |
19 |
.diff-range { |
562
by dcoles
Added new app: Diff (SVN diff application) |
20 |
text-decoration: underline; |
21 |
}
|
|
22 |
||
774
by mattgiuca
scripts/diffservice, diff.css: HTML refactor (simpler layout - it's not valid |
23 |
.diff-files { |
562
by dcoles
Added new app: Diff (SVN diff application) |
24 |
font-weight: bold; |
25 |
}
|
|
26 |
||
774
by mattgiuca
scripts/diffservice, diff.css: HTML refactor (simpler layout - it's not valid |
27 |
.diff-special { |
562
by dcoles
Added new app: Diff (SVN diff application) |
28 |
/*font-style: italic;*/
|
29 |
font-variant: small-caps; |
|
566
by dcoles
diff.css: Foreground colours for hilighting of changes |
30 |
color: gray; |
562
by dcoles
Added new app: Diff (SVN diff application) |
31 |
}
|