servo / rust-netsurfcss

[UNMAINTAINED] Rust bindings to libcss
Other
2 stars 17 forks source link

Add 'vertical-align' #27

Closed june0cho closed 11 years ago

metajack commented 11 years ago

Looks good aside from needing to change if to match. I'll merge once that change is made.

june0cho commented 11 years ago

@metajack Thanks for the comment. I changed if to match. The default case( _ => XXX ) still exists since type css_vertical_align_e is c_enum.