Fixed #406: invalid CSS for tables in Themes/Editor.css.

This commit is contained in:
Dario Solera 2009-12-14 18:19:02 +00:00
parent 2fac8b8ef7
commit 8103eb6e9b
2 changed files with 2 additions and 7 deletions

View file

@ -16,5 +16,5 @@ using System.Reflection;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("3.0.1.443")] [assembly: AssemblyVersion("3.0.1.444")]
[assembly: AssemblyFileVersion("3.0.1.443")] [assembly: AssemblyFileVersion("3.0.1.444")]

View file

@ -1,9 +1,4 @@
 
table, table tr, tr td {
padding: 0px;
margin: 0px;
}
div.toolbar { div.toolbar {
background-color: #F0F0F0; background-color: #F0F0F0;
padding: 4px; padding: 4px;