mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
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:
@@ -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;
|
||||
|
@@ -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) --%>
|
||||
|
Reference in New Issue
Block a user