More style tweaks for buttons (input/a)... :|

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042219
This commit is contained in:
skewed
2009-11-25 18:38:16 +00:00
parent b8a947743f
commit b0bffad421
3 changed files with 17 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
<%@ Import Namespace="Orchard.Blogs.Extensions"%>
<%@ Import Namespace="Orchard.Blogs.Models"%>
<%@ Import Namespace="Orchard.Blogs.ViewModels"
%><p><a href="<%=Url.BlogCreate() %>">Create a New Blog</a></p><%
%><div class="actions"><a class="add button" href="<%=Url.BlogCreate() %>">Create a New Blog</a></div><%
if (Model.Blogs.Count() > 0) { %>
<ul><%
foreach (Blog blog in Model.Blogs) { %>
@@ -13,5 +13,5 @@ if (Model.Blogs.Count() > 0) { %>
</li><%
} %>
</ul>
<p><a href="<%=Url.BlogCreate() %>">Create a New Blog</a></p><%
<div class="actions"><a class="add button" href="<%=Url.BlogCreate() %>">Create a New Blog</a></div><%
} %>