diff --git a/assets/css/site.css b/assets/css/site.css index 4ec2b27bd..136117a37 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -6489,6 +6489,7 @@ section { border-top: 1px solid #1b926c; color: #a5d8c7; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); + margin-top: 60px; } #footer a { color: #d2ebe3; @@ -6500,27 +6501,12 @@ section { border-bottom: solid 1px #ffffff; } #footer .container { - padding-top: 40px; + padding-top: 50px; + padding-bottom: 55px; } #footer .project { margin-top: 10px; } -html, -body { - height: 100%; -} -#wrap { - min-height: 100%; - height: auto !important; - height: 100%; -} -#wrap { - margin: 0 auto -251px; - padding: 0 0 311px; -} -#footer { - height: 251px; -} .padding-none { padding: 0px !important; } @@ -6881,6 +6867,7 @@ div.bsap { div.bsap a { display: inline-block !important; border-bottom: inherit !important; + margin: 0 15px 20px !important; } div.bsap a.adhere { background: inherit !important; @@ -6997,13 +6984,6 @@ div.bsap a.adhere:hover { .fonticons .action { width: 33%; } - #wrap { - margin: 0 auto -271px; - padding: 0 0 331px; - } - #footer { - height: 271px; - } .hide-sm { display: none; } @@ -7105,13 +7085,6 @@ div.bsap a.adhere:hover { .fonticons .tagline { margin-bottom: 10px; } - #wrap { - margin: 0 auto -331px; - padding: 0 0 391px; - } - #footer { - height: 331px; - } .hide-xs { display: none; } diff --git a/assets/font-awesome-4.3.0.zip b/assets/font-awesome-4.3.0.zip index 724dd0fb8..ee2e0073a 100644 Binary files a/assets/font-awesome-4.3.0.zip and b/assets/font-awesome-4.3.0.zip differ diff --git a/assets/ico/favicon.ico b/assets/ico/favicon.ico index 742243e31..481ac2576 100644 Binary files a/assets/ico/favicon.ico and b/assets/ico/favicon.ico differ diff --git a/assets/img/logo-wpbeginner.png b/assets/img/logo-wpbeginner.png new file mode 100644 index 000000000..f5ea6bd31 Binary files /dev/null and b/assets/img/logo-wpbeginner.png differ diff --git a/assets/less/site/bsap-ad.less b/assets/less/site/bsap-ad.less index 36fbef386..387f98e04 100644 --- a/assets/less/site/bsap-ad.less +++ b/assets/less/site/bsap-ad.less @@ -3,6 +3,7 @@ div.bsap { a { display: inline-block !important; border-bottom: inherit !important; + margin: 0 15px 20px !important; } a.adhere { background: inherit !important; diff --git a/assets/less/site/footer.less b/assets/less/site/footer.less index 936737b0f..92c12b2a8 100644 --- a/assets/less/site/footer.less +++ b/assets/less/site/footer.less @@ -1,9 +1,9 @@ #footer { - // #gradient > .vertical(@navbarInverseBackgroundHighlight, @navbarInverseBackground); background-color: lighten(@fa-green, 2%); border-top: 1px solid @jumbotron-border; color: mix(@jumbotron-color, @fa-green, 60%); text-shadow: 0 1px 0 rgba(0,0,0,0.15); + margin-top: 60px; a { color: mix(@jumbotron-color, @fa-green, 80%); border-bottom: dotted 1px mix(@jumbotron-color, @fa-green, 60%); @@ -13,7 +13,10 @@ border-bottom: solid 1px @jumbotron-color; } } - .container { padding-top: 40px; } + .container { + padding-top: 50px; + padding-bottom: 55px; + } .project { margin-top: 10px; } } @@ -21,20 +24,20 @@ // Sticky Footer Styles // -------------------- -html, body { height: 100%; } - -#wrap { - min-height: 100%; - height: auto !important; - height: 100%; -} - -.sticky-footer(); - -.sticky-footer(@footer-height: 251px, @footer-margin: 60px) { - #wrap { - margin: 0 auto -(@footer-height); - padding: 0 0 (@footer-height + @footer-margin); - } - #footer { height: @footer-height; } -} \ No newline at end of file +//html, body { height: 100%; } +// +//#wrap { +// min-height: 100%; +// height: auto !important; +// height: 100%; +//} +// +//.sticky-footer(); +// +//.sticky-footer(@footer-height: 356px, @footer-margin: 60px) { +// #wrap { +// margin: 0 auto -(@footer-height); +// padding: 0 0 (@footer-height + @footer-margin); +// } +// #footer { height: @footer-height; } +//} diff --git a/assets/less/site/responsive/screen-sm.less b/assets/less/site/responsive/screen-sm.less index 199894e9a..083d35f1d 100644 --- a/assets/less/site/responsive/screen-sm.less +++ b/assets/less/site/responsive/screen-sm.less @@ -43,7 +43,5 @@ .action { width: 33%; } } - .sticky-footer(271px, 60px); - .hide-sm { display: none; } } diff --git a/assets/less/site/responsive/screen-xs.less b/assets/less/site/responsive/screen-xs.less index b3a43593a..e8ff7da0b 100644 --- a/assets/less/site/responsive/screen-xs.less +++ b/assets/less/site/responsive/screen-xs.less @@ -71,8 +71,5 @@ .tagline { margin-bottom: 10px; } } - - .sticky-footer(331px, 60px); - .hide-xs { display: none; } } \ No newline at end of file diff --git a/cheatsheet/index.html b/cheatsheet/index.html index 21c5714b3..187ce67da 100644 --- a/cheatsheet/index.html +++ b/cheatsheet/index.html @@ -4347,7 +4347,12 @@