fix header for ie

pull/244/head
kalleen 2018-06-03 18:24:46 +02:00
rodzic a1fb011878
commit 5553de1c6c
5 zmienionych plików z 94 dodań i 4 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ Select a stroke and open `Extensions > Embroidery > Params`.
![Params Stroke](/assets/images/docs/params-stroke.jpg)
Params|Description
Settings|Description
---|---
Satin stitch along paths|Must be enabled for these settings to take effect.
Manual stitch placement|Enable [Manual Stitch Mode](#manual-stich-mode)
@ -35,16 +35,19 @@ Running stitch can be created by setting a **dashed stroke** on a path. Any type
Go to `Object > Fill and Stroke...` or hit `Shift+Ctrl+F` and choose one of the dashed lines in the `Stroke style` tab.
**Info:** In order to avoid rounding corners, an extra stitch will be added at the point of any sharp corners.
{: .notice--info }
{: .notice--info style="clear: both;" }
**Sample Files Including Running Stitch**
{% include tutorial_list key="stitch-type" value="Running Stitch" %}
## Manual Stitch Mode
[![Manual Stitch Flowers](/assets/images/docs/manual-stitch.jpg){: width="200x"}](/assets/images/docs/manual-stitch.svg){: title="Download SVG File" .align-left download="manual-stitch.svg" }
Enable `Manual stitch placement` to make use of the manual stitch mode. Line style or width are irrelevant. In manual stitch mode Ink/Stitch will use each node of a path as a needle penetration point, exactly as you placed them. Note: It will not add tie-in or tie-off stitches automatically, so be aware of creating them within the path.
**Sample Files Including Manual Stitch**
{: style="clear: both;" }
{% include tutorial_list key="stitch-type" value="Manual Stitch" %}
## Zig-Zag Stitch Mode (previously Simple Satin)

Wyświetl plik

@ -2,7 +2,7 @@
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<a class="site-title" href="{{ '/' | relative_url }}"><img src="/assets/images/inkstitch-logo.svg" style="max-height: 80px;" title="Ink/Stitch" alt="Ink/Stitch"></a>
<a class="site-title" href="{{ '/' | relative_url }}"><img src="/assets/images/inkstitch-logo.svg" title="Ink/Stitch" alt="Ink/Stitch"></a>
<ul class="visible-links">
{% for link in site.data.navigation.main %}
{% if link.url contains 'http' %}

Wyświetl plik

@ -117,7 +117,12 @@ table tr td:first-child {
/* Masthead */
.greedy-nav a.site-title {
margin-left: 1em;
margin-left: 0.5em;
padding: 0;
}
.greedy-nav a.site-title img {
height: 3em;
}
.greedy-nav__toggle {

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 76 KiB

File diff suppressed because one or more lines are too long

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 14 KiB