mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
Bunch of fixes
This commit is contained in:
parent
dc43f90310
commit
bce33ca9ea
@ -19,10 +19,11 @@
|
|||||||
autoplay: true,
|
autoplay: true,
|
||||||
pagination: false,
|
pagination: false,
|
||||||
// cover: true,
|
// cover: true,
|
||||||
height: '25rem',
|
autoWidth: true,
|
||||||
|
height: '22rem',
|
||||||
focus: 'center',
|
focus: 'center',
|
||||||
padding: {
|
padding: {
|
||||||
left: '5rem',
|
left: '35rem',
|
||||||
right: '5rem',
|
right: '5rem',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,5 +11,5 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<li class='splide__slide'>
|
<li class='splide__slide'>
|
||||||
<img src='{{ img_url }}'>
|
<img src='{{ img_url }}' style='max-width:65%;'>
|
||||||
</li>
|
</li>
|
||||||
|
@ -6,7 +6,7 @@ hide:
|
|||||||
- navigation
|
- navigation
|
||||||
---
|
---
|
||||||
|
|
||||||
## Intuitive inventory management
|
## Intuitive Inventory Management
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
4
docs/stylesheets/bootstrap.css
vendored
4
docs/stylesheets/bootstrap.css
vendored
@ -38,10 +38,10 @@ html {
|
|||||||
display: none;
|
display: none;
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
[hidden],
|
/* [hidden],
|
||||||
template {
|
template {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
} */
|
||||||
a {
|
a {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
1
docs/stylesheets/bootstrap.css.map
Normal file
1
docs/stylesheets/bootstrap.css.map
Normal file
File diff suppressed because one or more lines are too long
@ -27,7 +27,7 @@
|
|||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-inventree:hover {
|
.image-inventree>a>img.img-inline:hover {
|
||||||
opacity: 75%;
|
opacity: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user