Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins
Commit: 56bce19cd6e26a4e122f761cb6fd3baf47a870e1 https://github.com/jenkinsci/jenkins/commit/56bce19cd6e26a4e122f761cb6fd3baf47a870e1 Author: Félix Queiruga <fqueir...@cloudbees.com> Date: 2020-03-06 (Fri, 06 Mar 2020) Changed paths: M core/src/main/resources/hudson/PluginManager/_table.css M core/src/main/resources/hudson/PluginManager/advanced.jelly M core/src/main/resources/hudson/model/View/newJob.jelly M core/src/main/resources/jenkins/install/SetupWizard/setupWizardConfigureInstance.jelly M core/src/main/resources/jenkins/install/SetupWizard/setupWizardFirstUser.jelly M core/src/main/resources/jenkins/security/ApiTokenProperty/resources.css M core/src/main/resources/lib/layout/breadcrumbs.css M core/src/main/resources/lib/layout/layout.jelly M war/src/main/js/widgets/add/addform.less M war/src/main/js/widgets/config/tabbar.less M war/src/main/less/abstracts/colors.less A war/src/main/less/abstracts/font.less M war/src/main/less/base-styles-v2.less M war/src/main/less/base/layout-commons.less M war/src/main/less/base/style.less A war/src/main/less/base/typography.less M war/src/main/less/modules/page-header.less M war/src/main/less/pluginSetupWizard.less M war/src/main/less/ui-refresh-overrides.less Log Message: ----------- Changes the base typography of Jenkins - Normalize the font sizes to a base of 14px - Tried to aproximate and consolidate font sizes to 12px, 14px, 16px, and other multiples of 4px - Setup wizard keeps the old font sizes - Changed the default text color to #333 - Used 16px instead on 100% for root font-size. It needs to be in pixels, not percentage. The reason for that is that otherwise the elements using a monospaced font will treat is as an em (size would go down to 11px) - Adjusted margins for the headings - Fix font sizes and headings on the plugin management pages Commit: b3eeaa0a707051cc38f090fdc999f910a7b18837 https://github.com/jenkinsci/jenkins/commit/b3eeaa0a707051cc38f090fdc999f910a7b18837 Author: Félix Queiruga <fqueir...@cloudbees.com> Date: 2020-03-06 (Fri, 06 Mar 2020) Changed paths: M core/src/main/resources/jenkins/model/Jenkins/manage.jelly Log Message: ----------- Removes bootstrap from the /manage page - It's not needed for any style - Cannot be removed from the repo because some plugins may depend on it Commit: 6433a3cc8b5d1fd2bed909e2fcfc126a8ccf8977 https://github.com/jenkinsci/jenkins/commit/6433a3cc8b5d1fd2bed909e2fcfc126a8ccf8977 Author: Félix Queiruga <fqueir...@cloudbees.com> Date: 2020-03-06 (Fri, 06 Mar 2020) Changed paths: M war/src/main/js/widgets/add/addform.less Log Message: ----------- Remove code comment Commit: 2dc0a3cdd44abcfab8170175086df953df1a37fa https://github.com/jenkinsci/jenkins/commit/2dc0a3cdd44abcfab8170175086df953df1a37fa Author: Félix Queiruga <fqueir...@cloudbees.com> Date: 2020-03-09 (Mon, 09 Mar 2020) Changed paths: M war/src/main/less/pluginSetupWizard.less Log Message: ----------- Update war/src/main/less/pluginSetupWizard.less Co-Authored-By: Adrien Lecharpentier <adrien.lecharpent...@gmail.com> Commit: 5f6a11accd9295b283839466a190731faa434fd7 https://github.com/jenkinsci/jenkins/commit/5f6a11accd9295b283839466a190731faa434fd7 Author: Félix Queiruga <fqueir...@cloudbees.com> Date: 2020-03-09 (Mon, 09 Mar 2020) Changed paths: M war/src/main/less/base/typography.less Log Message: ----------- Removed placeholder code Commit: 23ab517cb4de3edd80e07b77d332d47eb9049276 https://github.com/jenkinsci/jenkins/commit/23ab517cb4de3edd80e07b77d332d47eb9049276 Author: Baptiste Mathus <bmat...@gmail.com> Date: 2020-03-11 (Wed, 11 Mar 2020) Changed paths: M core/src/main/resources/hudson/PluginManager/_table.css M core/src/main/resources/hudson/PluginManager/advanced.jelly M core/src/main/resources/hudson/model/View/newJob.jelly M core/src/main/resources/jenkins/install/SetupWizard/setupWizardConfigureInstance.jelly M core/src/main/resources/jenkins/install/SetupWizard/setupWizardFirstUser.jelly M core/src/main/resources/jenkins/model/Jenkins/manage.jelly M core/src/main/resources/jenkins/security/ApiTokenProperty/resources.css M core/src/main/resources/lib/layout/breadcrumbs.css M core/src/main/resources/lib/layout/layout.jelly M war/src/main/js/widgets/add/addform.less M war/src/main/js/widgets/config/tabbar.less M war/src/main/less/abstracts/colors.less A war/src/main/less/abstracts/font.less M war/src/main/less/base-styles-v2.less M war/src/main/less/base/layout-commons.less M war/src/main/less/base/style.less A war/src/main/less/base/typography.less M war/src/main/less/modules/page-header.less M war/src/main/less/pluginSetupWizard.less M war/src/main/less/ui-refresh-overrides.less Log Message: ----------- Merge pull request #4548 from fqueiruga/jenkins-60921_revisit-base-typography JENKINS-60921 Typography changes Compare: https://github.com/jenkinsci/jenkins/compare/01baa2f4bc0a...23ab517cb4de -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/01baa2-23ab51%40github.com.