Bug #646
Font size in works are unchangable
Start date:
09/15/2013
Due date:
% Done:
100%
Associated revisions
Fixed issue where the font where unchangable in eBooks. Closes #646.
Fixed issue where the font where unchangable in eBooks. Closes #646.
Fixed issue where the font where unchangable in eBooks. Closes #646.
History
#1 Updated by Luke Murphey about 11 years ago
- Status changed from New to In Progress
#2 Updated by Luke Murphey about 11 years ago
Everything up to the .html in boostrap is clean
#3 Updated by Luke Murphey about 11 years ago
The problem is here:
font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
#4 Updated by Luke Murphey about 11 years ago
-webkit-text-size-adjust: 100%; is the problem.
#5 Updated by Luke Murphey about 11 years ago
- % Done changed from 0 to 50
I cannot seem to override -webkit-text-size-adjust: 100%?!
I tried this but it failed:
html { -webkit-text-size-adjust: auto !important; -ms-text-size-adjust: auto !important; }
#6 Updated by Luke Murphey about 11 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Applied in changeset r557.