Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text-decoration #9

Merged
merged 3 commits into from May 24, 2013
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add text decoration getter to CompleteStyle

  • Loading branch information
Eric Atkinson
Eric Atkinson committed May 22, 2013
commit 2051eb1da779cd90fb6da2340cbf7f5f77fa13d5
@@ -194,6 +194,10 @@ impl<'self> CompleteStyle<'self> {
strip(self.inner.font_size())
}

pub fn text_decoration(&self) -> CSSTextDecoration{
strip(self.inner.text_decoration())
}

// CSS 2.1, Section 16 - Text

pub fn text_align(&self) -> CSSTextAlign {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.