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 c868d78 commit 96e6088
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 399 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 @@ -3050,6 +3051,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 @@ -3777,6 +3782,8 @@ a.mscom-account-viewonelink {
.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;
Expand Down
4 changes: 1 addition & 3 deletions css/site.css
Expand Up @@ -104,9 +104,7 @@ div.jstree-wholerow-clicked {

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

.tou{
Expand Down

0 comments on commit 96e6088

Please sign in to comment.