This commit is contained in:
Louis DeJardin
2010-02-22 12:07:24 -08:00
2 changed files with 4 additions and 0 deletions

View File

@@ -217,6 +217,9 @@
<Content Include="Themes\Orchard\Theme.txt" /> <Content Include="Themes\Orchard\Theme.txt" />
<Content Include="Themes\Orchard\Views\Footer.ascx" /> <Content Include="Themes\Orchard\Views\Footer.ascx" />
<Content Include="Themes\Orchard\Views\Layout.ascx" /> <Content Include="Themes\Orchard\Views\Layout.ascx" />
<Content Include="Themes\SafeMode\Styles\images\backgroundHeader.gif" />
<Content Include="Themes\SafeMode\Styles\images\backgroundVines.gif" />
<Content Include="Themes\SafeMode\Styles\images\orchardLogo.gif" />
<Content Include="Themes\SafeMode\Styles\site.css" /> <Content Include="Themes\SafeMode\Styles\site.css" />
<Content Include="Themes\SafeMode\Theme.png" /> <Content Include="Themes\SafeMode\Theme.png" />
<Content Include="Themes\SafeMode\Theme.txt" /> <Content Include="Themes\SafeMode\Theme.txt" />

View File

@@ -151,6 +151,7 @@ h5 { font-size:1.4em; } /* 14px */
h6, p, label, /*input, select,*/ .button, h6, p, label, /*input, select,*/ .button,
.message, .validation-summary-errors, .message, .validation-summary-errors,
table.items th, table.items td, table.items caption { font-size:1.4em; line-height:1.4em; } /* 14px */ table.items th, table.items td, table.items caption { font-size:1.4em; line-height:1.4em; } /* 14px */
table.items p, table.items label, table.items input, table.items .button { font-size:1em; line-height:1em; }
p .button { font-size:inherit; } p .button { font-size:inherit; }
.meta, .hint { font-size:1.2em; } /* 12px */ .meta, .hint { font-size:1.2em; } /* 12px */