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

Fixed styles for link to edit the current page

This commit is contained in:
squidfunk 2017-10-31 21:00:46 +01:00 committed by Martin Donath
parent 87d8855dfe
commit 91d34707ea
6 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
mkdocs-material-2.0.1 (2017-10-31)
* Fixed error when initializing search
* Fixed styles for link to edit the current page
mkdocs-material-2.0.0 (2017-10-31)
* Added support for MkDocs 0.17.1 theme configuration options

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -53,7 +53,7 @@
<script src="{{ base_url }}/assets/javascripts/modernizr-e826f8942a.js"></script>
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-c7f552852f.css">
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-17581f150b.css">
{% if palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-23f75ab9c7.palette.css">
{% endif %}

View File

@ -27,6 +27,7 @@ site_url: http://squidfunk.github.io/mkdocs-material/
# Repository
repo_name: squidfunk/mkdocs-material
repo_url: https://github.com/squidfunk/mkdocs-material
edit_uri: ""
# Copyright
copyright: 'Copyright &copy; 2016 - 2017 Martin Donath'

View File

@ -68,12 +68,11 @@
position: relative;
margin: 0.8rem 0;
padding-right: 0;
padding-left: 0;
padding: 0;
float: right;
// Override default link color for icons
html body .md-typeset & {
.md-typeset & {
color: $md-color-black--lighter;
}