Skip to content

Commit

Permalink
Revert "Updating footer with fixes from #80, #98 and #123"
Browse files Browse the repository at this point in the history
This reverts commit 0482aa8.
  • Loading branch information
capfei committed Jan 7, 2016
1 parent 0482aa8 commit a290454
Show file tree
Hide file tree
Showing 3 changed files with 410 additions and 410 deletions.
77 changes: 19 additions & 58 deletions css/mscom.css
Expand Up @@ -29,7 +29,7 @@
width: 100%;
}
.CSPvNext .mscom-grid-container.row-fluid {
width: 98.4%;
width: 96%;
}
.CSPvNext .mscom-grid-container {
width: 96%;
Expand Down Expand Up @@ -365,7 +365,6 @@
{
.CSPvNext .row-fluid > .span {
width: 100%;
margin-top:20px;
}
.CSPvNext .row-fluid .bp0-clear {
clear: both;
Expand Down Expand Up @@ -2660,22 +2659,6 @@ body {
.CMSvNextComp div {
margin: 0px; padding: 0px;
}
.CMSvNextComp div.row > div.col-md-6 > div {
position: absolute;
bottom: 0;
}
.CMSvNextComp div.container {
display: table;
}
.CMSvNextComp div.container > .row {
display: table-cell;
width: 100%;
}
.CMSvNextComp div.container > .col-md-6 {
display: table-cell;
min-width: 85px;
vertical-align: middle;
}
.CMSvNextComp h1 {
margin: 0px; padding: 0px;
}
Expand Down Expand Up @@ -3050,7 +3033,7 @@ a.mscom-siteIdentity:hover {
}
.mscom-siteLogo .mscom-image {
max-width: none;
}
}
.lt-ie9 .mscom-siteLogo {
display: block;
}
Expand Down Expand Up @@ -3561,23 +3544,6 @@ a.mscom-account-viewonelink {
}
@media screen and (max-width:539px)
{
.CMSvNextComp div.container {
display: block;
}
.CMSvNextComp div.container > .row {
display: block;
text-align: center;
width: 100%;
}
.CMSvNextComp div.container > .col-md-6 {
display: block;
margin-top: 2em;
text-align: center;
width: 100%;
}
.CMSvNextComp div.row > div.col-md-6 > div {
position: static;
}
.mscom-header .mscom-header-row-2 .mscom-header-section-2-3 {
margin-left: 0px;
}
Expand Down Expand Up @@ -3773,21 +3739,7 @@ a.mscom-account-viewonelink {
}
.mscom-footer {
/*background-color: rgb(238, 238, 238);*/
background-color: #f2f2f2;
}
.mscom-footer-alt {
/*background-color: rgb(238, 238, 238);*/
background-color: rgb(0, 163, 238);
width: 91.7%;
margin-left: 4.2%;
}
.mscom-footer-gray {
color: #fff;
background-color: #767676;
padding: 1em 0;
}
.mscom-footer-gray a {
height: 32px;
}
.mscom-footer .mscom-footer-row-1 {
/* was*/
Expand All @@ -3802,11 +3754,23 @@ a.mscom-account-viewonelink {
/*padding-bottom: 0.85%;*/
padding-bottom:.5em;
}
.mscom-footer .mscom-footer-row-3.padded {
padding-bottom: 2.5em;
.mscom-footer a {
/*color: rgb(21, 112, 166);*/
color: rgb(238, 238, 238) !important;
font-size: 0.9em;
}
.mscom-footer a:focus {
color: rgb(8, 48, 71);
}
.mscom-footer a:hover {
color: rgb(8, 48, 71);
}
.mscom-footer .heading {
font-size: 1em;
/*font-size: 1em;*/
font-size:13px;
color: rgb(238, 238, 238) !important;
font-weight: bold;
margin-bottom: 0.65em;
}
.mscom-footer ul {
margin-top: 1.5em;
Expand Down Expand Up @@ -3835,7 +3799,7 @@ a.mscom-account-viewonelink {
top: -0.22em; line-height: 1.5em; font-size: 1.5em; text-decoration: none; margin-right: 10px; float: left; position: relative;
}
.mscom-footer .mscom-footer-defaultlink li {
margin-right: 1.5em; display: inline-block;font-size:.9em;
margin-right: 1.5em; display: inline-block;
}
.mscom-footer .mscom-footer-defaultlink li a {

Expand Down Expand Up @@ -4133,9 +4097,6 @@ a.mscom-account-viewonelink {
}
@media screen and (max-width:539px)
{
.mscom-footer .mscom-footer-row-3.padded {
padding-bottom: 1em;
}
.mscom-pivot-nav .mscom-pivot-container {
margin: 0px; background-color: rgb(21, 112, 166);
}
Expand Down Expand Up @@ -8702,4 +8663,4 @@ div .StarOverlay {
}
.msstoreie7 {

}
}
4 changes: 2 additions & 2 deletions css/site.css
Expand Up @@ -94,7 +94,8 @@ div.jstree-wholerow-clicked {
color:black !important;
}

.mscom-footer2 a {
.mscom-footer2 a
{
color: black !important;
}
.mscom-footer2 .heading
Expand All @@ -104,7 +105,6 @@ div.jstree-wholerow-clicked {

.mscom-footer2 .credits {
font-size: 12px;
margin-bottom: 20px;
}
a.msft-link, a.msft-link:hover, a.msft-link:active {
text-decoration: none;
Expand Down

0 comments on commit a290454

Please sign in to comment.