Some page title cleanup. Should about do it for now.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044514
This commit is contained in:
skewed
2009-12-23 17:38:00 +00:00
parent fd2b62437f
commit 8c0355ec57
17 changed files with 28 additions and 45 deletions

View File

@@ -97,7 +97,7 @@ page width. Or, you can specify an exact pixel width. */
padding: 0;
}
#header h1
#title
{
font-weight: bold;
padding: 5px 0;

View File

@@ -3,7 +3,7 @@
Html.RegisterStyle("site.css"); %>
<div class="page">
<div id="header">
<div id="title"><h1><%=Html.TitleForPage(Html.SiteName()) %></h1></div><%
<div id="title"><%=Html.TitleForPage(Html.SiteName()) %></div><%
Html.Zone("header");
Html.Zone("menu"); %>
<%-- todo:(nheskew) this will need to all go in the header zone (user widget) --%>