mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Added style for tabs
This commit is contained in:
parent
71b300aaa1
commit
fc71fd4c71
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/application-9b2df9daf6.css
Normal file
1
material/assets/stylesheets/application-9b2df9daf6.css
Normal file
File diff suppressed because one or more lines are too long
@ -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-5f7edede88.css">
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-9b2df9daf6.css">
|
||||
{% if config.extra.palette %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-02ce7adcc2.palette.css">
|
||||
{% endif %}
|
||||
|
@ -49,6 +49,7 @@
|
||||
@import "layout/search";
|
||||
@import "layout/sidebar";
|
||||
@import "layout/source";
|
||||
@import "layout/tabs";
|
||||
|
||||
@import "extensions/admonition";
|
||||
@import "extensions/codehilite";
|
||||
|
Loading…
Reference in New Issue
Block a user