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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-06-28 13:16:26 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-06-28 13:16:26 +0300
commit3ebdb6e7226902a54267059f300411595f4ae241 (patch)
tree62c23d18c5a69ec84320b6a9e8d2391caaeb8fcc /content
parent16d729c74df262d598db600e47a0063c9b222579 (diff)
Change global font size to 16px
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss10
1 files changed, 2 insertions, 8 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 0b4f098a..f9ed1a88 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -62,6 +62,7 @@ body {
padding: 0;
line-height: 1.6;
font-family: $sans-font-family;
+ font-size: 16px;
}
a, a:visited {
@@ -121,6 +122,7 @@ blockquote {
background-color: $blockquote-background-color;
margin: 20px 0;
padding: 10px 20px;
+ font-size: 16px;
.highlight {
background-color: $white;
@@ -130,7 +132,6 @@ blockquote {
ol:last-child, p:last-child, ul:last-child {
margin: inherit;
}
-
}
pre {
@@ -144,7 +145,6 @@ hr {
code, code span {
font-family: $mono-font-family;
- font-size: 14px;
}
p code, li code, table code {
@@ -231,7 +231,6 @@ h6 {
p {
margin: 20px 0;
- font-size: 16px;
line-height: 22px;
}
@@ -240,7 +239,6 @@ h6 {
}
li {
- font-size: 16px;
line-height: 22px;
> ul, > ol {
@@ -329,14 +327,12 @@ h6 {
li {
display: block;
- font-size: 16px;
padding: 10px 0;
}
}
}
li {
- font-size: 14px;
display: inline-block;
line-height: 20px;
margin: 0 10px;
@@ -350,7 +346,6 @@ h6 {
-webkit-appearance: none;
padding: 7px 11px 7px 28px;
margin: -5px;
- font-size: 14px;
width: 190px;
background-image: url("<%= @items['/assets/images/icon_search.svg'].path %>");
background-repeat: no-repeat;
@@ -385,7 +380,6 @@ h6 {
// Styles for breadcrumbs navigation
.breadcrumbs {
- font-size: 16px;
white-space: nowrap;
overflow-x: auto;
padding: 0;