mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Adapt choose-your-wallet page to work with dynamic height
This fixes all issues related to translations that overflow fixed height in many cases Remove some steps in the README that are not necessary anymore Fix two display bugs in IE7 Fix one display bug in IE9 Optimize images with optipng
This commit is contained in:
parent
02e7c9b986
commit
5855e3d2b5
27 changed files with 745 additions and 196 deletions
|
@ -34,7 +34,7 @@ Installing dependencies on older Ubuntu and Debian distributions
|
|||
5. Images, Update the few images that contain text with any vector image editing software like Inkscape.
|
||||
6. Languages, Make sure that the languages are listed in alphabetical order in _config.yml
|
||||
7. Post, Remove sections that use _posts such as "version-history" and "news". Those are not meant to be translated yet.
|
||||
8. Preview, Check that fixed size texts don't overflow. For example, each wallet description, right side buttons and some titles have height or width restrictions. You can preview your work without building the website. Just visit the existing english page, open the javascript console of your browser (CTRL + SHIFT + J on Google Chrome) and copy the following command to make the page editable : document.body.contentEditable=true . This will allow you to edit and preview the page in your browser like a document.
|
||||
8. Preview, Check that texts that are limited in size display nicely. For example, right side buttons and some titles have height or width restrictions. You can preview your work without building the website. Just visit the existing english page, open the javascript console of your browser (CTRL + SHIFT + J on Google Chrome) and copy the following command to make the page editable : document.body.contentEditable=true . This will allow you to edit and preview the page in your browser like a document.
|
||||
|
||||
### Update
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue