mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 03:04:13 +01:00
[experimental] development --> docs
Allow for the incorporation of development branch functions into the documentation using
{{< development style="dev" >}}
{{< /development >}}
This commit is contained in:
@@ -220,6 +220,21 @@ li.hot {
|
||||
padding:0!important;
|
||||
}
|
||||
|
||||
/* changes 19-08-2020
|
||||
Added shortcode for development markings
|
||||
|
||||
*/
|
||||
#development {
|
||||
display:none;
|
||||
|
||||
}
|
||||
.dev {
|
||||
background-color: #EF9A9A !important;
|
||||
}
|
||||
|
||||
.v-card__text > h3, h4{
|
||||
margin-top:0px;
|
||||
}
|
||||
.danger-alert {
|
||||
background-color: #EF9A9A !important;
|
||||
margin-top: 24px;
|
||||
|
||||
Reference in New Issue
Block a user