From 4da697f7ea5c01fcfef88bd6d7acac71c87c7819 Mon Sep 17 00:00:00 2001 From: Candice Pfeister Date: Thu, 7 Jan 2016 13:20:57 -0800 Subject: [PATCH] Updating footer with fixes from #80, #98 and #123 --- css/mscom.css | 7 +- css/site.css | 4 +- index.html | 746 ++++++++++++++++++++++++-------------------------- js/main.js | 1 - 4 files changed, 357 insertions(+), 401 deletions(-) diff --git a/css/mscom.css b/css/mscom.css index a717af4..bba30d0 100644 --- a/css/mscom.css +++ b/css/mscom.css @@ -29,7 +29,7 @@ width: 100%; } .CSPvNext .mscom-grid-container.row-fluid { - width: 96%; + width: 98.4%; } .CSPvNext .mscom-grid-container { width: 96%; @@ -365,6 +365,7 @@ { .CSPvNext .row-fluid > .span { width: 100%; + margin-top:20px; } .CSPvNext .row-fluid .bp0-clear { clear: both; @@ -3049,7 +3050,7 @@ a.mscom-siteIdentity:hover { } .mscom-siteLogo .mscom-image { max-width: none; -} +} .lt-ie9 .mscom-siteLogo { display: block; } @@ -3777,6 +3778,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; diff --git a/css/site.css b/css/site.css index 08a75b6..c589a3b 100644 --- a/css/site.css +++ b/css/site.css @@ -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{ diff --git a/index.html b/index.html index 465d60d..3610e1b 100644 --- a/index.html +++ b/index.html @@ -1,398 +1,354 @@ - - Microsoft on GitHub - - - - - - - - - -
-
-
-
-
-
- -
-
-
- -
-
- -
-
- -
- - - -
-
-
-
-
-
- -
-
-
-
-
-
- - -
-
- - -
-
-
-
-
-
-
- - -
-

{{resultsSectionTitle}}

-
Loading data...
-
No repos found containing the search term '{{searchText}}'.
-
-
-
- -
- - Forked from {{project.ForkedFrom}} - -
-
{{project.Description}}
-
-
-
- {{project.Stars}}stars - {{project.Forks}}forks -
-
-
-
-
-
- -
-
-
- -
-

Other Microsoft GitHub Organizations

- -
-
-
-
- - - - - - - - - - - - + + Microsoft on GitHub + + + + + + + + + +
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+ +
+ + + +
+
+
+
+
+
+ +
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+

{{resultsSectionTitle}}

+
Loading data...
+
No repos found containing the search term '{{searchText}}'.
+
+
+
+ +
+ + Forked from {{project.ForkedFrom}} + +
+
{{project.Description}}
+
+
+
+ {{project.Stars}} + {{project.Forks}} +
+
+
+
+
+
+ +
+
+
+ +
+

Other Microsoft GitHub Organizations

+ +
+
+
+
+ + + + + + + + + + + + diff --git a/js/main.js b/js/main.js index f453601..98683a2 100644 --- a/js/main.js +++ b/js/main.js @@ -16,7 +16,6 @@ app.factory('Backend', ['$http', }; } ]) - .controller('MainCtrl', ['Backend', '$scope', 'filterFilter', '$anchorScroll', function(Backend, $scope, filterFilter, $anchorScroll) { var self = this;