1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Merge branch 'master' into chore/setup-gemini-test-environment

This commit is contained in:
squidfunk 2017-01-28 17:57:37 +01:00
commit 0eb24a04ae
7 changed files with 26 additions and 21 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -45,7 +45,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-f3ab63f78a.css">
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-bc099a55ca.css">
{% if config.extra.palette %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-02ce7adcc2.palette.css">
{% endif %}
@ -124,7 +124,7 @@
{% endblock %}
</div>
{% block scripts %}
<script src="{{ base_url }}/assets/javascripts/application-2afe21e0b2.js"></script>
<script src="{{ base_url }}/assets/javascripts/application-7f35cda7dd.js"></script>
<script>var config={url:{base:"{{ base_url }}"}},app=new Application(config);app.initialize()</script>
{% for path in extra_javascript %}
<script src="{{ path }}"></script>

View File

@ -84,7 +84,7 @@
"material-shadows": "^3.0.1",
"mocha": "^3.2.0",
"modularscale-sass": "^2.1.1",
"node-notifier": "^4.6.1",
"node-notifier": "^5.0.0",
"postcss-pseudo-classes": "^0.1.0",
"selenium-standalone": "^5.9.1",
"stylelint": "^7.7.1",

View File

@ -80,18 +80,23 @@
}
}
// Hide anchor for top-level heading, as it makes no sense
h1[id] .headerlink {
display: none;
// Correct headline offset with padding due to margin layering
h1[id] {
padding-top: 0.8rem;
// Hide anchor for top-level heading, as it makes no sense
&.headerlink {
display: none;
}
}
// Correct anchor offset for link blurring
@each $level, $delta in (
h2: 0.2rem,
h3: 0.4rem,
h4: 0.6rem,
h5: 1rem,
h6: 1rem
h2: 0.4rem,
h3: 0.7rem,
h4: 0.8rem,
h5: 1.1rem,
h6: 1.1rem
) {
// Un-targeted anchor

View File

@ -26,7 +26,7 @@
// Navigation container
.md-nav {
font-size: ms(-1);
font-size: 1.4rem;
line-height: 1.3;
// Table of contents
@ -178,6 +178,13 @@
background-color: $md-color-white;
}
// List title and item
.md-nav__title,
.md-nav__item {
font-size: 1.6rem;
line-height: 1.5;
}
// List title - higher specificity is necessary to ensure that the title
// inside the drawer is always styled accordingly
html & .md-nav__title {
@ -354,13 +361,6 @@
opacity: 1;
}
}
// List item
.md-nav__title,
.md-nav__item {
font-size: 1.6rem;
line-height: 1.5;
}
}
// [tablet portrait -]: Show table of contents in drawer