Getting some work towards being able to edit content types in to share the fun.

- includes changing settings from IDictionary<string, string> to SettingsDictionary : IDictionary<string, string> w/ GetModel<T>
- also cleaned up content type creation a little

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-06-22 03:36:04 -07:00
parent d126bc9f3d
commit ab81cda4eb
30 changed files with 372 additions and 88 deletions

View File

@@ -0,0 +1,6 @@
.contents #main h2 {
margin:1.5em 0 .5em;
}
.manage.add-to-type {
margin-top:-4em;
}