diff options
author | Ekaterina Gerasimova <kittykat3756@gmail.com> | 2013-07-06 13:15:59 +0100 |
---|---|---|
committer | Ekaterina Gerasimova <kittykat3756@gmail.com> | 2013-07-06 13:15:59 +0100 |
commit | 2272f08ccf04268e2d3ac1e03d4083a64c560756 (patch) | |
tree | 99826388738596959c5611fa2e1a4ec34bff0861 /help | |
parent | 647195b9347b4087840d926180c7ee3e00019297 (diff) | |
download | epiphany-2272f08ccf04268e2d3ac1e03d4083a64c560756.tar.gz |
Reorder instructions in pref-css
The instructions only seem to work if followed in a specific order, where the CCS is created before being enabled.
Diffstat (limited to 'help')
-rw-r--r-- | help/C/pref-css.page | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/help/C/pref-css.page b/help/C/pref-css.page index e435a6bea..282a4234a 100644 --- a/help/C/pref-css.page +++ b/help/C/pref-css.page @@ -36,19 +36,20 @@ <guiseq><gui style="menu">Web</gui><gui style="menuitem">Preferences</gui><gui style="tab">Fonts & Styles</gui></guiseq>.</p> </item> <item> - <p>Tick the <gui>Use custom stylesheet</gui> checkbox, then press - <gui style="button">Edit Stylesheet</gui>.</p> + <p>Press <gui style="button">Edit Stylesheet</gui>.</p> </item> <item> <p>Your default text editor will open. Add you custom CSS and save the file.</p> </item> + <item> + <p>Tick the <gui>Use custom stylesheet</gui> checkbox.</p> + </item> </steps> <comment> <cite date="2013-07-06">Kat</cite> - <p>Maybe use a slightly more practical example. Custom CSS does not apear - to be working in 3.8.2 for me right now, so I cannot test it.</p> + <p>Maybe use a slightly more practical example.</p> </comment> <p>An example of a custom CSS:</p> |