From 8103eb6e9be016601f3cf50d37864c34df3ce6fe Mon Sep 17 00:00:00 2001 From: Dario Solera Date: Mon, 14 Dec 2009 18:19:02 +0000 Subject: [PATCH] Fixed #406: invalid CSS for tables in Themes/Editor.css. --- AssemblyVersion.cs | 4 ++-- WebApplication/Themes/Editor.css | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index dd8fa9c..41a01a7 100644 --- a/AssemblyVersion.cs +++ b/AssemblyVersion.cs @@ -16,5 +16,5 @@ using System.Reflection; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.1.443")] -[assembly: AssemblyFileVersion("3.0.1.443")] +[assembly: AssemblyVersion("3.0.1.444")] +[assembly: AssemblyFileVersion("3.0.1.444")] diff --git a/WebApplication/Themes/Editor.css b/WebApplication/Themes/Editor.css index b804c54..27d7ea9 100644 --- a/WebApplication/Themes/Editor.css +++ b/WebApplication/Themes/Editor.css @@ -1,9 +1,4 @@  -table, table tr, tr td { - padding: 0px; - margin: 0px; -} - div.toolbar { background-color: #F0F0F0; padding: 4px;