зеркало из https://github.com/microsoft/docker.git
Merge pull request #6517 from ostezer/docs-styles-update
Docs styles update
This commit is contained in:
Коммит
df217f5377
|
@ -3,6 +3,10 @@
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#top-header .header2 {
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
#usernav > ul {
|
#usernav > ul {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
z-index: 99999;
|
z-index: 99999;
|
||||||
|
@ -186,20 +190,42 @@ ol li {
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-body ul {
|
||||||
|
padding: 10px 0px 10px 20px;
|
||||||
|
list-style-position: inherit;
|
||||||
|
list-style: circle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-body ul li {
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-body ul ul {
|
||||||
|
padding: 10px 0px 10px 40px;
|
||||||
|
}
|
||||||
|
|
||||||
.content-body h1 {
|
.content-body h1 {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
font-size: 18px;
|
font-size: 27px;
|
||||||
font-weight: 700;
|
font-weight: 400;
|
||||||
color: #394d54;
|
color: #394d54;
|
||||||
line-height: 1.33;
|
line-height: 1.33;
|
||||||
font-weight: normal;
|
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-body h2, .content-body h3 {
|
.content-body h2 {
|
||||||
font-size: 14px;
|
font-size: 21px;
|
||||||
font-weight: 500;
|
font-weight: 400;
|
||||||
|
color: #394d54;
|
||||||
|
line-height: 1.7;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-body h3 {
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: 400;
|
||||||
color: #394d54;
|
color: #394d54;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
|
@ -240,8 +266,16 @@ ol li {
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-body blockquote * {
|
.content-body ul {
|
||||||
color: #394d54;
|
margin-top: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-body blockquote a {
|
||||||
|
color: #24b8eb;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-body blockquote a:hover {
|
||||||
|
color: #008bb8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-body ul {
|
.content-body ul {
|
||||||
|
@ -278,4 +312,4 @@ ol li {
|
||||||
}
|
}
|
||||||
.navbar #usernav .nav li {
|
.navbar #usernav .nav li {
|
||||||
padding-top: 0px !important;
|
padding-top: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче