summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-05-16 14:35:56 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-05-16 14:35:56 +0000
commite949d6b5858a508424e62b8fbf28df43fc8b395e (patch)
tree474722e8b901fc4adfa1a7c4ed24b02f6a9f30df
parent0a8f3ba4d2fae41d232246b40f27e9d188e6f981 (diff)
parent12591d9274e559af1be0f43e3e8b37b740e66354 (diff)
downloadgitlab-ce-e949d6b5858a508424e62b8fbf28df43fc8b395e.tar.gz
Merge branch 'pms-uxguide-monospace-git-refs' into 'master'
Update UX guide to use monospace type for commit, branch, and tag refs See merge request !11342
-rw-r--r--doc/development/ux_guide/basics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/ux_guide/basics.md b/doc/development/ux_guide/basics.md
index 259b214bd59..a436e9b1948 100644
--- a/doc/development/ux_guide/basics.md
+++ b/doc/development/ux_guide/basics.md
@@ -22,7 +22,7 @@ GitLab's main typeface used throughout the UI is **Source Sans Pro**. We support
### Monospace typeface
-This is the typeface used for code blocks. GitLab uses the OS default font.
+This is the typeface used for code blocks and references to commits, branches, and tags (`.commit-sha` or `.ref-name`). GitLab uses the OS default font.
- **Menlo** (Mac)
- **Consolas** (Windows)
- **Liberation Mono** (Linux)