1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/guides/files/stylesheets/syntax.css
Pratik Naik 03bb1ebec5 Convert the guides from asciidoc to textile and integrate with the new design.
If you're a guide writer and want to generate the guides, Run :

  ruby railties/guides/rails_guides.rb

And guides HTML will get generated inside railties/guides/output directory.
2009-02-04 01:44:58 +00:00

31 lines
No EOL
278 B
CSS

.html .tag {
color : green;
}
.html .doctype {
color: #708090;
}
.erb .tag {
color : green;
}
.erb .doctype {
color: #708090;
}
.ruby .keywords {
color : red;
}
.ruby .ivar {
color : blue;
}
.ruby .comment {
color: #708090;
}
.ruby .symbol {
color: green;
}