Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2017-05-25 14:53:48 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-05-25 14:53:48 +0300
commit430bb390f5e77d74f3c5873db04312b0daeee3a0 (patch)
treeac2ad54ee9a49ba7d7a26e208c3bf30dac5ad70c /docs/dist/spectre.css
parent17dccfb2cfcf0401e1c855337e1b86c79b2f3b2b (diff)
Update Breadcrumbs
Diffstat (limited to 'docs/dist/spectre.css')
-rw-r--r--docs/dist/spectre.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/dist/spectre.css b/docs/dist/spectre.css
index 20f9962..ded7c4c 100644
--- a/docs/dist/spectre.css
+++ b/docs/dist/spectre.css
@@ -2260,19 +2260,24 @@ code {
margin: .5rem 0;
}
.breadcrumb {
- padding: 1.2rem;
+ padding: .4rem 0;
}
.breadcrumb .breadcrumb-item {
+ color: #727e96;
display: inline-block;
margin: 0;
+ padding: .2rem 0;
}
-.breadcrumb .breadcrumb-item:last-child {
- color: #acb3c2;
+.breadcrumb .breadcrumb-item:not(:last-child) {
+ margin-right: .4rem;
+}
+.breadcrumb .breadcrumb-item:not(:last-child) a {
+ color: #727e96;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
color: #e7e9ed;
content: "/";
- padding: 0 .4rem;
+ padding-right: .4rem;
}
.tab {
-webkit-align-items: center;