Split out the yui css into a separate file. Removed widget css from the green theme that is no longer used.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044999
This commit is contained in:
jowall
2010-01-05 17:30:38 +00:00
parent f96cacb431
commit 3ee771ccb8
4 changed files with 81 additions and 114 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2,7 +2,10 @@
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
<%@ Import Namespace="Orchard.Mvc.Html" %>
<%Html.RegisterStyle("site.css");%>
<%
Html.RegisterStyle("yui.css");
Html.RegisterStyle("site.css");
%>
<div id="doc4" class="yui-t6">

View File

@@ -30,12 +30,12 @@ body {
h1,h2,h3,h4,h5,h6,legend {font-weight:normal; font-style: normal; margin:0 0 12px 0; color:#670404;}
h1 {font-size: 200%;}
h2 {font-size: 170%;}
h1 {font-size: 190%;}
h2 {font-size: 160%;}
h3 {font-size: 150%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 110%;}
h6 {font-size: 105%;}
p {line-height:24px; margin:12px 0 0 0;}
p.small {line-height:22px; font-size:85%;}
@@ -96,7 +96,7 @@ legend {
#header h1{
float:left;
font-size:290%;
font-size:240%;
color:#000;
padding:18px 0 0 0;
}