ident 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,24 +0,0 @@
1
- /* Canvas */
2
- .source_code pre.lines { margin-right: 20px; text-align: right; color: #888; }
3
- .docstring pre { padding: 12px; padding-left: 0; }
4
- .docstring pre, .source_code { background: #222; padding: 12px; margin-top: 8px; border: 1px dashed #ccc; font-size: 0.9em; overflow-x: auto; }
5
-
6
- /* Token colours. Borrowed from pastie.org's "Blackboard" theme */
7
- pre.code, pre.lines { font-family: Monaco, Courier, monospace; }
8
- pre.code { color: #fff; }
9
- pre.code .info.file { color: #888; }
10
- pre.code .val, pre.code .int, pre.code .float { color: #61CE3C; }
11
- pre.code .dstring, pre.code .tstring_content,
12
- pre.code .regexp_beg, pre.code .regexp_end,
13
- pre.code .tstring_beg, pre.code .tstring_end { color: #61DE3C; }
14
- pre.code .embexpr_beg, pre.code .tstring, pre.code .tstring .rbrace { color: #7CFE65; }
15
- pre.code .fid, pre.code .id.new, pre.code .id.to_s,
16
- pre.code .id.to_sym, pre.code .id.to_f,
17
- pre.code .dot + pre.code .id,
18
- pre.code .id.to_i pre.code .id.each { color: #FF6400; }
19
- pre.code .comment { color: #AEAEAE; }
20
- pre.code .constant, pre.code .const, pre.code .symbol, pre.code .symbeg { color: #D8FA3C; }
21
- pre.code .kw { color: #FBDE2D; }
22
- pre.code .ivar { color: #AACEFB; }
23
- pre.code .gvar, pre.code .backref, pre.code .id.nth_ref { color: #BADEFF; }
24
- pre.code .regexp, .dregexp { color: #EA5EFB; }
@@ -1,25 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html>
4
- <head>
5
- <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
6
- <link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
7
- <link rel="stylesheet" href="custom.css" type="text/css" charset="utf-8" />
8
- <link rel="stylesheet" href="syntax_highlight.css" type="text/css" charset="utf-8" />
9
-
10
- <script src="jquery.js" type="text/javascript" charset="utf-8"></script>
11
- <script src="app.js" type="text/javascript" charset="utf-8"></script>
12
- <title>Top Level Namespace</title>
13
- </head>
14
- <body>
15
- <div id="content">
16
-
17
- </div>
18
- <div id="yard_info">
19
- Generated on Thursday, October 15 2009 at 12:40:54 AM by
20
- <abbr class="yard" title="Yay! A Ruby Documentation Tool"><a href="http://yard.soen.ca">YARD</a></abbr>
21
- 0.2.3.3 (ruby-1.9.1).
22
- </div>
23
-
24
- </body>
25
- </html>