Fixed #406: invalid CSS for tables in Themes/Editor.css.
This commit is contained in:
parent
2fac8b8ef7
commit
8103eb6e9b
2 changed files with 2 additions and 7 deletions
|
@ -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")]
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
|
||||
table, table tr, tr td {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
div.toolbar {
|
||||
background-color: #F0F0F0;
|
||||
padding: 4px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue