1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/103fe1ed6748/ Changeset: 103fe1ed6748 User: hpk42 Date: 2013-12-17 13:21:39 Summary: don't use guidea as font as it appears to give troubles to windows/chrome users, see also here: http://stackoverflow.com/questions/11487427/is-there-any-font-smoothing-in-google-chrome Affected #: 1 file
diff -r f9b6dcb187626d9bdf2ee0a37a26fa0aa927661a -r 103fe1ed674834703843a94a53e56d376b1a734a doc/en/_themes/flask/static/flasky.css_t --- a/doc/en/_themes/flask/static/flasky.css_t +++ b/doc/en/_themes/flask/static/flasky.css_t @@ -6,10 +6,8 @@ * :license: Flask Design License, see LICENSE for details. */ -{% set page_width = '940px' %} +{% set page_width = '1020px' %} {% set sidebar_width = '220px' %} -{% set base_font = '"Gudea", sans-serif' %} -{% set header_font = '"Gudea", sans-serif' %} {% set link_color = '#490' %} {% set link_hover_color = '#9c0' %} Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit