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
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-03 21:36:18 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-03 21:36:18 +0300
commitfd8e284dde6a263e7f0364b36c642c92f3ad31a4 (patch)
tree75f7d8c1c190ceda5feb5b40318eacf8e9bb76c5 /app/assets/stylesheets
parente5a9b9a14d32d890dea20403c977dfd569eb3e17 (diff)
Add left margin to definition elements
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/typography.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 11c1aeea871..d0999e60e65 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -178,6 +178,10 @@
font-weight: inherit;
}
+ dd {
+ margin-left: $gl-padding;
+ }
+
ul,
ol {
padding: 0;