mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-22 21:02:08 +08:00
Removed about tab from theme.
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045240
This commit is contained in:
@@ -80,7 +80,6 @@ a:active {color:#006699; text-decoration:none;}
|
||||
#innerft a:hover {text-decoration: underline;}
|
||||
#innerft a:active {color:#525e50; text-decoration: none;}
|
||||
|
||||
|
||||
/* Forms
|
||||
----------------------------------------------------------*/
|
||||
|
||||
@@ -124,8 +123,6 @@ input[type="submit"], input[type="button"] {
|
||||
display:inline;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Tables
|
||||
----------------------------------------------------------*/
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
<div id="menucontainer" role="navigation" class="yui-g">
|
||||
<ul id="menu">
|
||||
<li><%= Html.ActionLink("Home", "Index", "Home", new {Area = ""}, new {})%></li>
|
||||
<li><%= Html.ActionLink("About", "About", "Home", new {Area = ""}, new {})%></li>
|
||||
<li><%= Html.ActionLink("Blogs", "List", "Blog", new {Area = "Orchard.Blogs"}, new {})%></li>
|
||||
<li><%= Html.ActionLink("Admin", "List", new {Area = "Orchard.Blogs", Controller = "BlogAdmin"})%></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user