Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-21Remove inline JS in linksHeinrich Lee Yu
Changes these to use unobtrusive JS
2019-06-28Use absolute paths for SCSS importsLukas Eipert
A recent update in [GitLab UI] and setting the [config.assets.paths] to include `node_modules` for the resolution of SCSS imports, allows us to have much nicer imports which don't rely on brittle relative paths. This change also forwards @gitlab/ui to the newest version [GitLab UI]: https://gitlab.com/gitlab-org/gitlab-ui/merge_requests/602 [config.assets.paths]: https://gitlab.com/gitlab-org/gitlab-ce/blob/d9026d0ffa0/config/application.rb#L169
2019-06-03Use rems for body font-size to help accessibilitySam Bigelow
- Use rems instead of px to set default font-size This allows users to change font sizes in their browser and it will affect the view in our application
2018-06-01Update 404 and 403 pagesPaul Slaughter