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 a.c2html-lineno { |
7 /* as long as user-select isn't widely spread, we throw the bomb */ |
7 /* as long as user-select isn't widely spread, we throw the bomb */ |
8 -webkit-user-select: none; |
8 -webkit-user-select: none; |
9 -moz-user-select: none; |
9 -moz-user-select: none; |
10 -ms-user-select: none; |
10 -ms-user-select: none; |
11 user-select: none; |
11 user-select: none; |
12 } |
12 display: inline-block; |
13 span.c2html-lineno a { |
|
14 font-style: italic; |
13 font-style: italic; |
15 text-decoration: none; |
14 text-decoration: none; |
16 color: grey; |
15 color: grey; |
17 } |
16 } |
18 span.c2html-keyword { |
17 span.c2html-keyword { |