mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Improve readability in small width contexts
Use text-align:left on mobiles instead of justify Use hyphenator.js to hyphenate wallet's description (CSS hyphenation will need to support hyphenate-limit-zone to be used while not generating too much hyphens)
This commit is contained in:
parent
c40c6c68bf
commit
db9910ffa9
13 changed files with 2977 additions and 27 deletions
4
js/ie.js
4
js/ie.js
|
@ -34,4 +34,8 @@ if ((version >= 5.5) && (document.body.filters))
|
|||
}
|
||||
}
|
||||
|
||||
//Let other scripts know browser is IE6-7
|
||||
legacyIE=true;
|
||||
|
||||
//Render all transparent pngs
|
||||
window.onload=pngfix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue