Clearn up css and type-o's
This commit is contained in:
Родитель
b773eaca53
Коммит
1ee9fcc1b2
|
@ -25,7 +25,7 @@
|
|||
<OtherArea>
|
||||
<div class="col text-center m-5">
|
||||
<div class="mb-5"><h2>Ready to get started?</h2></div>
|
||||
<div class=""><Href href="/get-started" AsButton="true">TRY THESE TUTORIALs</Href></div>
|
||||
<div class=""><Href href="/get-started" AsButton="true">TRY THESE TUTORIALS</Href></div>
|
||||
</div>
|
||||
</OtherArea>
|
||||
</Template>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
new Feature() {
|
||||
Title = (MarkupString)"Rabbit Admin",
|
||||
Description = (b => {
|
||||
b.AddMarkupContent(1,"Simple impelmentation of RabbitAdmin to automatically delare queues, exchanges, and bindings.");
|
||||
b.AddMarkupContent(1,"Simple implementation of RabbitAdmin to automatically delare queues, exchanges, and bindings.");
|
||||
}),
|
||||
Img = "/images/Icon_keys.svg"
|
||||
}
|
||||
|
|
|
@ -84,10 +84,10 @@
|
|||
<div class="pb-2 font-weight-bold">Projects</div>
|
||||
<div><Href href="/app-configuration">Application Configuration</Href></div>
|
||||
<div><Href href="/circuit-breakers">Circuit Breakers</Href></div>
|
||||
<div><Href href="/cloud-management">Distributed Tracing</Href></div>
|
||||
@*<div><Href href="/cloud-management">Distributed Tracing</Href></div>*@
|
||||
<div><Href href="/logging">Dynamic Logging</Href></div>
|
||||
<div><Href href="/cloud-management">Management</Href></div>
|
||||
<div><Href href="/file-sharing">Network File Sharing</Href></div>
|
||||
<div><Href href="/fileshares">Network File Sharing</Href></div>
|
||||
<div><Href href="/security-providers">Security</Href></div>
|
||||
<div><Href href="/service-connectors">Service Connectors</Href></div>
|
||||
<div><Href href="/service-discovery">Service Discovery</Href></div>
|
||||
|
|
|
@ -38,10 +38,10 @@
|
|||
<div class="dropdown-menu" aria-labelledby="projects">
|
||||
<Href class="dropdown-item" href="/app-configuration">Steeltoe Application Configuration</Href>
|
||||
<Href class="dropdown-item" href="/circuit-breakers">Steeltoe Circuit Breakers</Href>
|
||||
<Href class="dropdown-item" href="/cloud-management">Steeltoe Distributed Tracing</Href>
|
||||
@*<Href class="dropdown-item" href="/cloud-management">Steeltoe Distributed Tracing</Href>*@
|
||||
<Href class="dropdown-item" href="/docs/logging">Steeltoe Dynamic Logging</Href>
|
||||
<Href class="dropdown-item" href="/cloud-management">Steeltoe Management</Href>
|
||||
<Href class="dropdown-item" href="/file-sharing">Steeltoe Network File Sharing</Href>
|
||||
<Href class="dropdown-item" href="/fileshares">Steeltoe Network File Sharing</Href>
|
||||
<Href class="dropdown-item" href="/security-providers">Steeltoe Security</Href>
|
||||
<Href class="dropdown-item" href="/service-connectors">Steeltoe Service Connectors</Href>
|
||||
<Href class="dropdown-item" href="/service-discovery">Steeltoe Service Discovery</Href>
|
||||
|
|
|
@ -152,6 +152,11 @@ app {
|
|||
.container {
|
||||
padding: 0;
|
||||
}
|
||||
.dropdown-item.active, .dropdown-item:active {
|
||||
color: #0066cc;
|
||||
text-decoration: none;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
/* =====================HTML ELEMENT OVERRIDE===================== */
|
||||
pre {
|
||||
|
|
Загрузка…
Ссылка в новой задаче