mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
Adjust breadcrumb schema; Styling fix
This commit is contained in:
parent
e1e9eee8ed
commit
1d4fc6f91e
|
@ -25,13 +25,13 @@
|
||||||
|
|
||||||
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
|
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
|
||||||
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||||
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
|
<a itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
|
||||||
<span itemprop="name">BuildFeed</span>
|
<span itemprop="name">BuildFeed</span>
|
||||||
</a>
|
</a>
|
||||||
<meta itemprop="position" content="1" />
|
<meta itemprop="position" content="1" />
|
||||||
</li>
|
</li>
|
||||||
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||||
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.ViewFamily), "Front", new
|
<a itemprop="item" href="@Url.Action(nameof(FrontController.ViewFamily), "Front", new
|
||||||
{
|
{
|
||||||
family = ViewBag.Item
|
family = ViewBag.Item
|
||||||
})">
|
})">
|
||||||
|
|
|
@ -34,13 +34,13 @@
|
||||||
|
|
||||||
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
|
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
|
||||||
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||||
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
|
<a itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
|
||||||
<span itemprop="name">BuildFeed</span>
|
<span itemprop="name">BuildFeed</span>
|
||||||
</a>
|
</a>
|
||||||
<meta itemprop="position" content="1" />
|
<meta itemprop="position" content="1" />
|
||||||
</li>
|
</li>
|
||||||
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||||
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.ViewFamily), "Front", new
|
<a itemprop="item" href="@Url.Action(nameof(FrontController.ViewFamily), "Front", new
|
||||||
{
|
{
|
||||||
family = Model.Family
|
family = Model.Family
|
||||||
})">
|
})">
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<meta itemprop="position" content="2" />
|
<meta itemprop="position" content="2" />
|
||||||
</li>
|
</li>
|
||||||
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||||
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.ViewBuild), "Front", new
|
<a itemprop="item" href="@Url.Action(nameof(FrontController.ViewBuild), "Front", new
|
||||||
{
|
{
|
||||||
id = Model.Id
|
id = Model.Id
|
||||||
})">
|
})">
|
||||||
|
|
|
@ -31,13 +31,13 @@
|
||||||
|
|
||||||
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
|
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
|
||||||
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||||
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
|
<a itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
|
||||||
<span itemprop="name">BuildFeed</span>
|
<span itemprop="name">BuildFeed</span>
|
||||||
</a>
|
</a>
|
||||||
<meta itemprop="position" content="1" />
|
<meta itemprop="position" content="1" />
|
||||||
</li>
|
</li>
|
||||||
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||||
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.ViewLab), "Front", new
|
<a itemprop="item" href="@Url.Action(nameof(FrontController.ViewLab), "Front", new
|
||||||
{
|
{
|
||||||
lab = ViewBag.Item
|
lab = ViewBag.Item
|
||||||
})">
|
})">
|
||||||
|
|
|
@ -25,13 +25,13 @@
|
||||||
|
|
||||||
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
|
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
|
||||||
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||||
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
|
<a itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
|
||||||
<span itemprop="name">BuildFeed</span>
|
<span itemprop="name">BuildFeed</span>
|
||||||
</a>
|
</a>
|
||||||
<meta itemprop="position" content="1" />
|
<meta itemprop="position" content="1" />
|
||||||
</li>
|
</li>
|
||||||
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||||
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.ViewSource), "Front", new
|
<a itemprop="item" href="@Url.Action(nameof(FrontController.ViewSource), "Front", new
|
||||||
{
|
{
|
||||||
source = ViewBag.Item
|
source = ViewBag.Item
|
||||||
})">
|
})">
|
||||||
|
|
|
@ -23,13 +23,13 @@
|
||||||
|
|
||||||
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
|
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
|
||||||
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||||
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
|
<a itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
|
||||||
<span itemprop="name">BuildFeed</span>
|
<span itemprop="name">BuildFeed</span>
|
||||||
</a>
|
</a>
|
||||||
<meta itemprop="position" content="1" />
|
<meta itemprop="position" content="1" />
|
||||||
</li>
|
</li>
|
||||||
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||||
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.ViewVersion), "Front", new
|
<a itemprop="item" href="@Url.Action(nameof(FrontController.ViewVersion), "Front", new
|
||||||
{
|
{
|
||||||
ViewBag.Item.major,
|
ViewBag.Item.major,
|
||||||
ViewBag.Item.minor
|
ViewBag.Item.minor
|
||||||
|
|
|
@ -31,13 +31,13 @@
|
||||||
|
|
||||||
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
|
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
|
||||||
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||||
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
|
<a itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
|
||||||
<span itemprop="name">BuildFeed</span>
|
<span itemprop="name">BuildFeed</span>
|
||||||
</a>
|
</a>
|
||||||
<meta itemprop="position" content="1" />
|
<meta itemprop="position" content="1" />
|
||||||
</li>
|
</li>
|
||||||
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||||
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.ViewYear), "Front", new
|
<a itemprop="item" href="@Url.Action(nameof(FrontController.ViewYear), "Front", new
|
||||||
{
|
{
|
||||||
year = ViewBag.Item
|
year = ViewBag.Item
|
||||||
})">
|
})">
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
<meta name="format-detection" content="telephone=no" />
|
<meta name="format-detection" content="telephone=no" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<title>@ViewBag.Title</title>
|
<title>@ViewBag.Title</title>
|
||||||
<link href="/res/css/default.css" rel="stylesheet" type="text/css" />
|
<link href="/res/css/default.css?180209" rel="stylesheet" type="text/css" />
|
||||||
<link href="@(VirtualPathUtility.ToAbsolute(((Theme)ViewBag.Theme).CssPath))" rel="stylesheet" type="text/css" />
|
<link href="@(VirtualPathUtility.ToAbsolute(((Theme)ViewBag.Theme).CssPath))" rel="stylesheet" type="text/css" />
|
||||||
@if (isRtl)
|
@if (isRtl)
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -840,6 +840,12 @@ article
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select
|
||||||
|
{
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
button
|
button
|
||||||
{
|
{
|
||||||
width: 120px;
|
width: 120px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user