~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/railties/guides/files/stylesheets/syntax.css

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.html .tag {
2
 
        color : green;
3
 
}
4
 
 
5
 
.html .doctype {
6
 
  color: #708090;
7
 
}
8
 
 
9
 
.erb .tag {
10
 
        color : green;
11
 
}
12
 
 
13
 
.erb .doctype {
14
 
  color: #708090;
15
 
}
16
 
 
17
 
.ruby .keywords {
18
 
  color : red;
19
 
}
20
 
 
21
 
.ruby .ivar {
22
 
  color : blue;
23
 
}
24
 
 
25
 
.ruby .comment {
26
 
  color: #708090;
27
 
}
28
 
 
29
 
.ruby .symbol {
30
 
 color: green;
31
 
}