Skip to content

Commit

Permalink
Added color-images to server tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Aug 26, 2011
1 parent cb4d6d9 commit 25712c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/index.jade
Expand Up @@ -5,6 +5,7 @@ html
link(rel='stylesheet', href='/gradients.css')
link(rel='stylesheet', href='/buttons.css')
link(rel='stylesheet', href='/clearfix.css')
link(rel='stylesheet', href='/color-images.css')
script(src='/jquery.min.js')
script
$(function(){
Expand All @@ -21,6 +22,13 @@ html
tr
td
td
h2 Color images
#color-images
.rgba rgba()
.hexa-short #0003
.hexa #ffffff80
.rgb rgb()
.hex #fff
h2 Buttons
table#buttons
tbody
Expand Down

0 comments on commit 25712c8

Please sign in to comment.