mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed a little problem in the style
This commit is contained in:
parent
3150a789c1
commit
6f80674d66
2 changed files with 110 additions and 111 deletions
12
docs/theme/docker/static/css/main.css
vendored
12
docs/theme/docker/static/css/main.css
vendored
|
@ -82,7 +82,7 @@ h4 {
|
|||
.btn-custom {
|
||||
background-color: #292929 !important;
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#515151", endColorstr="#282828");
|
||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr="#515151", endColorstr="#282828");
|
||||
background-image: -khtml-gradient(linear, left top, left bottom, from(#515151), to(#282828));
|
||||
background-image: -moz-linear-gradient(top, #515151, #282828);
|
||||
background-image: -ms-linear-gradient(top, #515151, #282828);
|
||||
|
@ -247,9 +247,9 @@ section.header {
|
|||
/* =======================
|
||||
Social footer
|
||||
======================= */
|
||||
#footer .twitter,
|
||||
#footer .github,
|
||||
#footer .googleplus {
|
||||
.social .twitter,
|
||||
.social .github,
|
||||
.social .googleplus {
|
||||
background: url("../img/footer-links.png") no-repeat transparent;
|
||||
display: inline-block;
|
||||
height: 35px;
|
||||
|
@ -258,10 +258,10 @@ section.header {
|
|||
width: 35px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
#footer .twitter {
|
||||
.social .twitter {
|
||||
background-position: 0px 2px;
|
||||
}
|
||||
#footer .github {
|
||||
.social .github {
|
||||
background-position: -59px 2px;
|
||||
}
|
||||
/* =======================
|
||||
|
|
9
docs/theme/docker/static/css/main.less
vendored
9
docs/theme/docker/static/css/main.less
vendored
|
@ -1,4 +1,5 @@
|
|||
|
||||
|
||||
/* ==========================================================================
|
||||
Author's custom styles
|
||||
========================================================================== */
|
||||
|
@ -345,7 +346,7 @@ section.header {
|
|||
Social footer
|
||||
======================= */
|
||||
|
||||
#footer .twitter, #footer .github, #footer .googleplus {
|
||||
.social .twitter, .social .github, .social .googleplus {
|
||||
background: url("../img/footer-links.png") no-repeat transparent;
|
||||
display: inline-block;
|
||||
height: 35px;
|
||||
|
@ -355,11 +356,11 @@ section.header {
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#footer .twitter {
|
||||
.social .twitter {
|
||||
background-position: 0px 2px;
|
||||
}
|
||||
|
||||
#footer .github {
|
||||
.social .github {
|
||||
background-position: -59px 2px;
|
||||
}
|
||||
|
||||
|
@ -423,5 +424,3 @@ section.header {
|
|||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue