X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FHtmlTextWriterStyle.cs;h=95c33db4557b9628a7cdf20eaf384d38e778a945;hb=c820dda1ced4ae80498fd5e6a10d662a90587472;hp=5dd11945d664f2f97a93f5e9d7e93e10d94e3880;hpb=f84f760a1c8a8c0ec6ae16b7f38d14a49d329ad7;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI/HtmlTextWriterStyle.cs b/mcs/class/System.Web/System.Web.UI/HtmlTextWriterStyle.cs index 5dd11945d66..95c33db4557 100644 --- a/mcs/class/System.Web/System.Web.UI/HtmlTextWriterStyle.cs +++ b/mcs/class/System.Web/System.Web.UI/HtmlTextWriterStyle.cs @@ -4,7 +4,7 @@ // Author: // Ben Maurer // -// (c) 2005 Novell +// (c) 2005-2010 Novell, Inc (http://novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the @@ -26,10 +26,8 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -namespace System.Web.UI { -#if !NET_2_0 - [Serializable] -#endif +namespace System.Web.UI +{ public enum HtmlTextWriterStyle { BackgroundColor, BackgroundImage, @@ -45,7 +43,6 @@ namespace System.Web.UI { Height, TextDecoration, Width, -#if NET_2_0 ListStyleImage, ListStyleType, Cursor, @@ -75,7 +72,5 @@ namespace System.Web.UI { Visibility, WhiteSpace, ZIndex -#endif } - }