mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed styles for link to edit the current page
This commit is contained in:
parent
87d8855dfe
commit
91d34707ea
@ -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
|
||||
|
1
material/assets/stylesheets/application-17581f150b.css
Normal file
1
material/assets/stylesheets/application-17581f150b.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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 %}
|
||||
|
@ -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 © 2016 - 2017 Martin Donath'
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user