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;