From e590f9b7f4167ed9a2b46d97b282b99a0fa47d5f Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 3 Mar 2015 21:16:01 +0100 Subject: [PATCH] Revert "Tidy." This reverts commit e209f5e0da5a3dd3b188d11e884b2859daf053d3. --- components/style/properties.mako.rs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/components/style/properties.mako.rs b/components/style/properties.mako.rs index b15c3150206..6cb61bdc16e 100644 --- a/components/style/properties.mako.rs +++ b/components/style/properties.mako.rs @@ -923,12 +923,8 @@ pub mod longhands { // upper-roman // // [1]: http://dev.w3.org/csswg/css-counter-styles/ - ${single_keyword("list-style-type", """ - disc none circle square decimal arabic-indic bengali cambodian cjk-decimal devanagari - gujarati gurmukhi kannada khmer lao malayalam mongolian myanmar oriya persian telugu thai - tibetan lower-alpha upper-alpha cjk-earthly-branch cjk-heavenly-stem lower-greek hiragana - hiragana-iroha katakana katakana-iroha disclosure-open disclosure-closed - """)} + ${single_keyword("list-style-type", + "disc none circle square decimal arabic-indic bengali cambodian cjk-decimal devanagari gujarati gurmukhi kannada khmer lao malayalam mongolian myanmar oriya persian telugu thai tibetan lower-alpha upper-alpha cjk-earthly-branch cjk-heavenly-stem lower-greek hiragana hiragana-iroha katakana katakana-iroha disclosure-open disclosure-closed")} <%self:longhand name="list-style-image"> use std::borrow::IntoCow;