comparison: test/jheader.html
test/jheader.html
- changeset 27
- 53fd8595378c
- parent 17
- 7ea86024aef0
- child 60
- 9f25df78925e
equal
deleted
inserted
replaced
| 1 <!DOCTYPE html> |
1 <!DOCTYPE html> |
| 2 <html> |
2 <html> |
| 3 <head> |
3 <head> |
| 4 <title>c2html</title> |
4 <title>c2html</title> |
| 5 <style type="text/css"> |
5 <style type="text/css"> |
| 6 span.c2html-lineno { |
6 span.c2html-lineno a { |
| 7 font-style: italic; |
7 font-style: italic; |
| |
8 text-decoration: none; |
| 8 color: grey; |
9 color: grey; |
| 9 } |
10 } |
| 10 span.c2html-keyword { |
11 span.c2html-keyword { |
| 11 color: blue; |
12 color: blue; |
| 12 } |
13 } |