stable

Clone or download

Read-only

Stylesheets cannot have more than 4K rules in IE9

Accordingly to Microsoft, "a sheet may contain up to 4095 rules". See article[1] for details. Bless[2] provides a solution by splitting CSS over multiple stylesheets. Running `make less` will generate those files. [1] http://blogs.msdn.com/b/ieinternals/archive/2011/05/14/10164546.aspx [2] http://blesscss.com/ Change-Id: Ib4ff506d731349a4d086b268d67379b76f9983f2 Implements: request #7964: IE9 - Not able to add a jenkins job

Modified Files

Name
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +8 −1 Go to diff View file
M src/www/themes/FlamingParrot/css/print.less +8 −8 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/content.less +0 −8 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/definitions.less +2 −2 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/footer.less +0 −2 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/navbar.less +0 −2 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/sidebar.less +0 −2 Go to diff View file
M src/www/themes/common/css/style.less +6 −6 Go to diff View file
M src/www/themes/common/css/utils/admin.less +0 −4 Go to diff View file
M src/www/themes/common/css/utils/avatars.less +0 −3 Go to diff View file
M src/www/themes/common/css/utils/breadcrumb.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/colorpicker.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/cross-ref.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/datepicker.less +0 −3 Go to diff View file
M src/www/themes/common/css/utils/diff.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/dropdown-panel.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/feedback.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/frs.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/lab.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/layout.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/lightwindow.less +4 −4 Go to diff View file
M src/www/themes/common/css/utils/list-user-autocomplete.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/login.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/lytebox.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/multi-step-project.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/news.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/notifications.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/one-step-project.less +0 −3 Go to diff View file
M src/www/themes/common/css/utils/password-validator.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/project-privacy.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/protocheck.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/rte.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/search-as-you-type.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/snippets.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/sortable.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/svn.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/system-events.less +0 −3 Go to diff View file
M src/www/themes/common/css/utils/tablekit.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/target.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/textbox.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/toggler.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/toolbar.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/tooltip.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/trackerv3.less +0 −5 Go to diff View file
M src/www/themes/common/css/utils/tree-node.less +0 −5 Go to diff View file
M src/www/themes/common/css/utils/user-preferences.less +0 −2 Go to diff View file
M src/www/themes/common/css/utils/widget.less +0 −13 Go to diff View file
M src/www/themes/common/css/utils/wiki.less +0 −4 Go to diff View file
M tools/utils/less.sh +5 −0 Go to diff View file