Skip to content

Commit

Permalink
Updating footer with fixes from #80, #98 and #123
Browse files Browse the repository at this point in the history
  • Loading branch information
capfei committed Jan 7, 2016
1 parent 77a4604 commit 69b3b1f
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 394 deletions.
9 changes: 8 additions & 1 deletion css/mscom.css
Expand Up @@ -29,7 +29,7 @@
width: 100%;
}
.CSPvNext .mscom-grid-container.row-fluid {
width: 96%;
width: 98.4%;
}
.CSPvNext .mscom-grid-container {
width: 96%;
Expand Down Expand Up @@ -365,6 +365,7 @@
{
.CSPvNext .row-fluid > .span {
width: 100%;
margin-top:20px;
}
.CSPvNext .row-fluid .bp0-clear {
clear: both;
Expand Down Expand Up @@ -3034,6 +3035,10 @@ a.mscom-siteIdentity:hover {
.mscom-siteLogo .mscom-image {
max-width: none;
}
.mscom-image
{
margin-right: 20px;
}
.lt-ie9 .mscom-siteLogo {
display: block;
}
Expand Down Expand Up @@ -3740,6 +3745,8 @@ a.mscom-account-viewonelink {
.mscom-footer {
/*background-color: rgb(238, 238, 238);*/
background-color: rgb(0, 163, 238);
width: 91.7%;
margin-left: 4.2%;
}
.mscom-footer .mscom-footer-row-1 {
/* was*/
Expand Down
1 change: 1 addition & 0 deletions css/site.css
Expand Up @@ -108,6 +108,7 @@ div.jstree-wholerow-clicked {
}
a.msft-link, a.msft-link:hover, a.msft-link:active {
text-decoration: none;
margin-bottom: 20px;
}

.tou{
Expand Down

0 comments on commit 69b3b1f

Please sign in to comment.