[static-web] cgit: Update design of git.gnome.org



commit 514ced534e3bb4d4d6af0eaf92f72a95ca67732e
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Fri Jan 5 13:38:22 2018 +0200

    cgit: Update design of git.gnome.org

 git.gnome.org/cgit-gnome.css   |  390 +++++------------------------------
 git.gnome.org/cgit.css         |   17 --
 git.gnome.org/cgit_text.css    |  106 ----------
 git.gnome.org/fonts.css        |   13 --
 git.gnome.org/gnome-layout.css |  449 ----------------------------------------
 git.gnome.org/gnome-style.css  |  253 ----------------------
 git.gnome.org/gnome.footer     |  204 ++++++++-----------
 git.gnome.org/gnome.head       |    2 +
 git.gnome.org/gnome.header     |   63 +++---
 git.gnome.org/style.css        |  195 -----------------
 10 files changed, 164 insertions(+), 1528 deletions(-)
---
diff --git a/git.gnome.org/cgit-gnome.css b/git.gnome.org/cgit-gnome.css
index 850256f..d0473dc 100644
--- a/git.gnome.org/cgit-gnome.css
+++ b/git.gnome.org/cgit-gnome.css
@@ -1,11 +1,9 @@
 /* First include the GNOME style sheets. These are almost verbatim
  * those used for www.gnomeo.org with a few things that conflict
  * with cgit commented out */
-@import "gnome-layout.css";
-@import "gnome-style.css";
+ 
 /* Then include the cgit style sheet */
 @import "cgit.css";
-@import "cgit_text.css";
 
 /* No logo for CGIT - we have one in the GNOME header */
 table#header td.logo {
@@ -17,19 +15,6 @@ table#header td.logo {
        padding-left: 20px;
 }
 
-/* Removing padding around body so that the GNOME header goes to the edge as expected */
-body {
-
-       padding: 0px;
-       background: url(https://static.gnome.org/img/html-bg.png) repeat-x scroll 0 10px #FFFFFF;
-       height: 100%;
-       margin-bottom: 0px;
-        color: #2E3436;
-        font-family: Cantarell,'Droid Sans',Ubuntu,'DejaVu Sans',Arial,sans-serif;
-        font-size: 14px;
-        line-height: 1.6;
-        width: 100%;
-}
 
 #page {
     width: 960px;
@@ -42,72 +27,6 @@ a, a:visited, a:hover, table.list td a:hover {
     color: #3465A4;
 }
 
-/* Use a hard-hat instead of the GNOME logo for the site header */
-
-#gnome-header {
-    background: url(https://static.gnome.org/img/gnome-git.png) 20px 12px no-repeat;
-    margin-top: 40px;
-}
-
-
-/* Move the title over, since our icon is smaller. And move things up a bit */
-#gnome-header h1 {
-       margin: 0;
-       margin-left: 250px;
-       padding-top: 47px;
-       font-size: 200%;
-       color: #3F4448;
-}
-/* global domain bar */
-#global_domain_bar .maxwidth {
-    position: relative;
-}
-
-.maxwidth {
-    margin: 0 auto;
-    width: 940px;
-}
-
-#global_domain_bar .tab {
-    background: none repeat scroll 0 0 #FFFFFF;
-    border-radius: 5px 5px 5px 5px;
-    box-shadow: 0 4px 2px -2px #8FB3D9;
-    float: right;
-    font-size: 9px;
-    line-height: 16px;
-    padding: 4px;
-    margin-top: -17px;
-    right: 0;
-    white-space: nowrap;
-}
-
-#global_domain_bar .tab a.root:last-child {
-    border-right: 0 none;
-    margin-right: 0;
-    padding-right: 0;
-}
-
-#global_domain_bar .tab a.root {
-    background: url(https://static.gnome.org/img/favicon.png) no-repeat scroll 0 0 #FFFFFF;
-    border-right: 1px solid #CCCCCC;
-    color: #555753;
-    font-weight: bold;
-    margin-right: 3px;
-    padding-left: 18px;
-    padding-right: 6px;
-    text-decoration: none;
-}
-
-
-/* Kill some space in the cgit header, and mark it clear: both so it goes
- * underneath the float: left GNOME header. (Not completely sure why the
- * GNOME header is float: left
- */
-table#header {
-    margin-top: 7em;
-    clear: both;
-}
-
 /* Drop the font size for the heading down */
 table#header td.main {
        font-size: 250%;
@@ -124,94 +43,6 @@ table.tabs {
 }
 
 
-/* Footer Grass & community */
-
-#footer_grass {
-    background: url(https://static.gnome.org/img/grass.png) repeat-x scroll top transparent;
-    height: 39px;
-    margin-top: -33px;
-    bottom: 0;
-}
-
-#footer_community {
-    background: url(https://static.gnome.org/img/footer_arts/community.png) center no-repeat;
-    height: 180px;
-    bottom: 0; 
-}
-
-/* FOOTER  */
-
-#footer div.links > div > ul > li {
-    float: left;
-    margin: 0 40px 10px 0;
-}
-
-#footer ul li {
-    margin: 0;
-    padding: 0;
-}
-
-#footer p {
-       color: #3F4448;
-       margin: 0em;
-}
-
-#footer #footnotes {
- /*   font-size: 9px;*/
-    margin-top: 4px;
-}
-
-#footer #footnotes small {
-       font-size: 88%;
-}
-#footer ul.menu > li > a {
-    font-weight: bold;
-}
-
-#footer div.links div a, #footer div.links div strong {
-    display: block;
-    text-decoration: none;
-}
-
-#footer .links a {
-    -moz-transition: background-color 100ms ease-in 0s;
-    color: inherit;
-}
-
-#footer {
-    background: none repeat scroll 0 0 #D3D7CF;
-    clear: left;
-    color: #555753;
-    padding: 14px 0 230px;
-    margin: auto;
-}
-
-#footer {
-    font-size: 12px;
-    line-height: 1.4em;
-}
-
-#footer ul {
-    list-style: none outside none;
-    margin: 0;
-    padding: 0;
-}
-
-#footer li {
-       display: inline;
-       padding: 0 0;
-}
-
-#footer a {
-       color: #3465a4;
-       text-decoration: none;
-}
-
-#footer div.links div a:hover{
-    display: block;
-    text-decoration: underline;
-}
-
 /* Make the branch/tag decoration a little smaller */
 a.branch-deco, a.tag-deco {
     display: inline-block;
@@ -219,202 +50,79 @@ a.branch-deco, a.tag-deco {
     padding: 1px 0.25em;
 }
 
-
-/*top bar*/
-
-
-
-#top_bar ul {
-    list-style: none outside none;
-    margin: 0;
-    padding: 0 5px;
-}
-
-#top_bar ul li {
-    display: inline;
-    margin: 0 5px 0 0;
-}
-
-#top_bar a {
-    -moz-transition: background 100ms linear 0s;
-    border-radius: 4px 4px 4px 4px;
-    color: #FFFFFF;
-    outline: 0 none;
-    padding: 4px 14px;
-    text-decoration: none;
-    text-shadow: 0 1px 0 #000000;
-}
-
-#top_bar a:hover {
-    background: #64696d;
-    background: rgba(100%, 100%, 100%, 0.2);
-}
-
-#top_bar a:focus {
-    background: rgba(100%, 100%, 100%, 0.15);
-}
-
-#top_bar a:active, #top_bar li.current-menu-item a, #top_bar li.current-page-ancestor a {
-    background: #1c2021 url("images/top_bar-item-bg.png") top repeat-x;
-    -moz-box-shadow: inset 0 -1px 0 rgba(100%,100%,100%, 0.4), inset 0 1px 3px rgba(0,0,0,0.4);
-    -webkit-box-shadow: inset 0 -1px 0 rgba(100%,100%,100%, 0.4), inset 0 1px 3px rgba(0,0,0,0.4);
-    box-shadow: inset 0 -1px 0 rgba(100%,100%,100%, 0.4), inset 0 1px 3px rgba(0,0,0,0.4);
-}
-
 .hidden {
     display: none;
 }
 
-#top_bar input {
-    -moz-border-bottom-colors: none;
-    -moz-border-image: none;
-    -moz-border-left-colors: none;
-    -moz-border-right-colors: none;
-    -moz-border-top-colors: none;
-    background: url("https://mail.gnome.org/css/search-icon.png";) no-repeat scroll 8px center transparent;
-    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color rgba(255, 255, 255, 0.3);
-    border-style: none none none solid;
-    border-width: 0 0 0 1px;
-    color: #FFFFFF;
-    font: inherit;
-    margin: -8px 0 -8px -8px;
-    outline: medium none;
-    padding: 8px 8px 8px 28px;
-    width: 150px;
-}
-
-input:-moz-read-write, textarea:-moz-read-write {
-    -moz-user-modify: read-write !important;
-}
-
-#top_bar {
-    background: url("https://mail.gnome.org/css/top_bar-bg.png";) repeat-x scroll top #2E3436;
-    border-radius: 6px 6px 6px 6px;
-    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-    font-size: 13px;
-    line-height: normal;
-    margin-top: 48px;
-    position: relative;
-    margin-left: 216px;
-}
-
- .container_16 .grid_12 {
-    width: 700px;
+table.tabs td.form input, table.tabs td.form select {
+    font-size: 90%;
 }
 
-.container_12, .container_16 {
-    margin-left: auto;
-    margin-right: auto;
+#header {
     width: 960px;
-    margin-top: 20px;
+    float: center;
+    font-size: 75%;
 }
 
-.container_13 {
-    margin-left: auto;
-    margin-right: auto;
+#cgit {
+    margin: auto;
     width: 960px;
 }
 
-.container_13 .grid_9 {
-    width: 700px;
-}
-
-.container_12 .grid_9 {
-    width: 650px;
-}
-
-.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, 
.grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
-    display: inline;
-    float: left;
-    margin-left: 10px;
-    margin-right: 10px;
-}
-
-
-table.tabs td.form input, table.tabs td.form select {
-    font-size: 90%;
-}
-input, textarea {
-    border: 25px solid #6F6F6F;
-}
-button, input[type="reset"], input[type="button"], input[type="submit"] {
-    -moz-appearance: button;
-    -moz-binding: none;
-    -moz-box-sizing: border-box;
-    -moz-user-select: none;
-    background-color: buttonface;
-    border: 2px outset buttonface;
-    color: buttontext;
-    cursor: default;
-    font: ;
-    line-height: normal;
-    padding: 0 6px;
+select, input {
+    display: inline-block;
+    margin-bottom: 0;
+    font-weight: 400;
     text-align: center;
-    text-shadow: none;
-    white-space: pre;
-}
-input {
-    -moz-appearance: textfield;
-    -moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
-    -moz-user-select: text;
-    background-color: -moz-field;
-    border: 2px inset threedface;
-    color: -moz-fieldtext;
-    cursor: text;
-    font: ;
-    letter-spacing: normal;
-    line-height: normal !important;
-    padding: 1px 0;
-    text-align: start;
-    text-indent: 0;
-    text-rendering: optimizelegibility;
-    text-shadow: none;
-    text-transform: none;
-    word-spacing: normal;
+    vertical-align: middle;
+    border: 1px solid #ccc;
+    font-size: 14px;
+    line-height: 1.42857;
+    border-radius: 2px;
+    color: #333;
+    background-color: #eee;
+    border-color: #e1e1e1;
+    padding: 6px 30px;
 }
 
-/*logo*/
-
-#header #logo {
-    float: left;
+input:hover{
+    color: #333;
+    background-color: #d5d5d5;
+    border-color: #c3c3c3;
 }
 
-.grid_3, .container_16, .grid_4 {
-    width: 220px;
+input[type="text"] {
+    background-color: #ffffff;
 }
 
-
-#header #logo img {
-    -moz-transition: opacity 200ms ease-out 0s;
-    height: 78px;
-    margin-left: 10px;
-    opacity: 1;
-    width: 250px;
-    left: 10px;
-    margin-top: 5px;
+input[type="text"]:focus {
+    background-color: #eee;
 }
 
-#header {
-    margin: 50px auto 30px;
-    width: 960px;
-    float: center;
-    font-size: 75%;
+/* This is for the text labels on diff section */
+.cgit-panel select {
+    margin: 2px 0;
 }
 
-#cgit {
-       margin: auto;
-       width: 960px;
+.cgit-panel .label {
+    color : #000000;
+    padding: 0;
+    font-size: 100%;
+    font-weight: 400;
+    line-height: inherit;
 }
 
+/* Style HEAD & Branch labels */
 
-#top_bar .left {
-    float: left;
-    margin: 10px;
-    padding: 0;
+a.deco {
+    background-color: #d9534f;
+    border-color: #d43f3a;
+    color: #fff !important;
+    border-radius: 2px;
 }
-
-#top_bar .right {
-    float: right;
-    margin: 10px;
-    padding: 0;
+a.branch-deco {
+    background-color: #4e9a06;
+    border-color: #4cae4c;
+    color: #fff !important;
+    border-radius: 2px;
 }
diff --git a/git.gnome.org/cgit.css b/git.gnome.org/cgit.css
index c5e8f79..081cbb6 100644
--- a/git.gnome.org/cgit.css
+++ b/git.gnome.org/cgit.css
@@ -3,15 +3,6 @@ body, table, form {
        margin: 0em;
 }
 
-body {
-        background: url(https://www.gnome.org/wp-content/themes/gnome-grass/images/html-bg.png) repeat-x 
scroll 0 10px #FFFFFF;
-       font-family: sans-serif;
-       font-size: 10pt;
-       color: #333;
-       background: white;
-       padding: 4px;
-}
-
 a {
        color: blue;
        text-decoration: none;
@@ -34,8 +25,6 @@ table#header {
        margin-bottom: 1em;
 }
 
-
-
 table#header td.logo {
        width: 96px;
 }
@@ -494,12 +483,6 @@ span.age-months {
 span.age-years {
        color: #bbb;
 }
-div.footer {
-       margin-top: 0.5em;
-       text-align: center;
-       font-size: 80%;
-       color: #ccc;
-}
 a.branch-deco {
        margin: 0px 0.5em;
        padding: 0px 0.25em;
diff --git a/git.gnome.org/gnome.footer b/git.gnome.org/gnome.footer
index ebb2ef4..56a60a8 100644
--- a/git.gnome.org/gnome.footer
+++ b/git.gnome.org/gnome.footer
@@ -1,125 +1,85 @@
-</div>
-  <div id="footer_community"></div>
-
-  <div id="footer_grass"></div>
-
-  <div id="footer">
-    <div class="container_13" id="container_12">
-      <div class="links grid_9">
-        <div class="menu-footer-container">
-          <ul id="menu-footer" class="menu">
-            <li id="menu-item-1048" class=
-            "menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item 
menu-item-1048">
-            <a href="/">The GNOME Project</a>
-
-              <ul class="sub-menu">
-                <li id="menu-item-1049" class=
-                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1049">
-                <a href="https://www.gnome.org/about/";>About Us</a></li>
-
-                <li id="menu-item-1050" class=
-                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1050">
-                <a href="https://www.gnome.org/get-involved/";>Get Involved</a></li>
-
-                <li id="menu-item-1051" class=
-                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1051">
-                <a href="https://www.gnome.org/teams/";>Teams</a></li>
-
-                <li id="menu-item-1053" class=
-                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1053">
-                <a href="https://www.gnome.org/support-gnome/";>Support GNOME</a></li>
-
-                <li id="menu-item-1054" class=
-                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1054">
-                <a href="https://www.gnome.org/contact/";>Contact Us</a></li>
-
-                <li id="menu-item-2246" class=
-                "menu-item menu-item-type-post_type menu-item-object-page menu-item-2246">
-                <a href="https://www.gnome.org/foundation/";>The GNOME Foundation</a></li>
-              </ul>
-            </li>
-
-            <li id="menu-item-1047" class=
-            "menu-item menu-item-type-custom menu-item-object-custom menu-item-1047">
-              <a href="#">Resources</a>
-
-              <ul class="sub-menu">
-                <li id="menu-item-1055" class=
-                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1055">
-                <a href="https://developer.gnome.org";>Developer Center</a></li>
-
-                <li id="menu-item-1056" class=
-                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1056">
-                <a href="https://help.gnome.org";>Documentation</a></li>
-
-                <li id="menu-item-1057" class=
-                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1057">
-                <a href="https://wiki.gnome.org";>Wiki</a></li>
-
-                <li id="menu-item-1058" class=
-                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1058">
-                <a href="https://mail.gnome.org/mailman/listinfo";>Mailing Lists</a></li>
-
-                <li id="menu-item-1059" class=
-                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1059">
-                <a href="https://wiki.gnome.org/GnomeIrcChannels";>IRC Channels</a></li>
-
-                <li id="menu-item-1060" class=
-                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1060">
-                <a href="https://bugzilla.gnome.org/";>Bug Tracker</a></li>
-
-                <li id="menu-item-1061" class=
-                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1061">
-                <a href="https://git.gnome.org/browse/";>Development Code</a></li>
-
-                <li id="menu-item-1062" class=
-                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1062">
-                <a href="https://wiki.gnome.org/Jhbuild";>Build Tool</a></li>
-              </ul>
-            </li>
-
-            <li id="menu-item-1046" class=
-            "menu-item menu-item-type-custom menu-item-object-custom menu-item-1046">
-              <a href="/news">News</a>
-
-              <ul class="sub-menu">
-                <li id="menu-item-1063" class=
-                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1063">
-                <a href="https://www.gnome.org/press/";>Press Releases</a></li>
-
-                <li id="menu-item-1064" class=
-                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1064">
-                <a href="https://www.gnome.org/start/stable";>Latest Release</a></li>
-
-                <li id="menu-item-1065" class=
-                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1065">
-                <a href="https://planet.gnome.org";>Planet GNOME</a></li>
-
-                <li id="menu-item-1067" class=
-                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1067">
-                <a href="https://news.gnome.org";>Development News</a></li>
-
-                <li id="menu-item-1068" class=
-                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1068">
-                <a href="https://identi.ca/gnome";>Identi.ca</a></li>
-
-                <li id="menu-item-1069" class=
-                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1069">
-                <a href="https://twitter.com/gnome";>Twitter</a></li>
-              </ul>
-            </li>
-          </ul>
+                </div>
+            </div>
         </div>
-      </div>
-
-      <div id="footnotes" class="grid_9">
-<p>Copyright &copy; 2004&ndash;<span id="current-year"></span>, <a href="https://www.gnome.org/";>The GNOME 
Project</a>.</p>
-<br />
-  <small><p>Hosted by <a href="https://www.redhat.com/";>Red Hat</a>.
-   Powered by <a href="http://hjemli.net/git/cgit/";>cgit</a>.</p>
-  <p>To follow the commits, subscribe to <a 
href="https://mail.gnome.org/mailman/listinfo/commits-list";>commits-list</a>. (can be limited to specific 
modules)</p></small>
+    </div>
 </div>
+    <div class="footer">
+        <div class="container">
+            <div class="row">
+                <div class="col-xs-12 col-sm-2">
+                    <h4><a href="https://www.gnome.org";>The GNOME Project</a></h4>
+                    <ul>
+                        <li>
+                            <a href="https://www.gnome.org/about/";>About Us</a>
+                        </li>
+                        <li>
+                            <a href="https://www.gnome.org/get-involved/";>Get Involved</a>
+                        </li>
+                        <li>
+                            <a href="https://www.gnome.org/teams/";>Teams</a>
+                        </li>
+                        <li>
+                            <a href="https://www.gnome.org/support-gnome/";>Support GNOME</a>
+                        </li>
+                        <li>
+                            <a href="https://www.gnome.org/contact/";>Contact Us</a>
+                        </li>
+                        <li>
+                            <a href="https://www.gnome.org/foundation/";>The GNOME Foundation</a>
+                        </li>
+                    </ul>
+                </div>
+                <div class="col-xs-12 col-sm-2">
+                    <h4><a href="#">Resources</a></h4>
+                    <ul class="sub-menu">
+                        <li>
+                            <a href="https://developer.gnome.org";>Developer Center</a>
+                        </li>
+                        <li>
+                            <a href="https://help.gnome.org";>Documentation</a>
+                        </li>
+                        <li>
+                            <a href="https://wiki.gnome.org";>Wiki</a>
+                        </li>
+                        <li>
+                            <a href="https://mail.gnome.org/mailman/listinfo";>Mailing Lists</a>
+                        </li>
+                        <li>
+                            <a href="https://wiki.gnome.org/GettingInTouch/IRC";>IRC Channels</a>
+                        </li>
+                        <li>
+                            <a href="https://bugzilla.gnome.org/";>Bug Tracker</a>
+                        </li>
+                        <li>
+                            <a href="https://git.gnome.org/browse/";>Development Code</a>
+                        </li>
+                    </ul>
+                </div>
+                <div class="col-xs-12 col-sm-2">
+                    <h4><a href="https://www.gnome.org/news/";>News</a></h4>
+                    <ul class="sub-menu">
+                        <li>
+                            <a href="https://www.gnome.org/press/";>Press Releases</a>
+                        </li>
+                        <li>
+                            <a href="https://www.gnome.org/start/stable";>Latest Release</a>
+                        </li>
+                        <li>
+                            <a href="https://planet.gnome.org";>Planet GNOME</a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+            <div class="row">
+                <div class="col-xs-12">
+                    <p>© <a href="https://www.gnome.org/";>The GNOME Project</a>.</p>
+                    <p>GNOME Git. Hosted by <a href="https://www.redhat.com/";>Red Hat</a>.
+                    Powered by <a href="https://git.zx2c4.com/cgit/";>cgit</a>.</p>
+                    <p>To follow the commits, subscribe to <a 
href="https://mail.gnome.org/mailman/listinfo/commits-list";>commits-list</a>. (can be limited to specific 
modules)</p>
+                </div>
+            </div>
+        </div>
     </div>
-  </div>
-
-<script type="text/javascript">document.getElementById('current-year').innerHTML = new 
Date().getFullYear();</script>
+    <script src="https://code.jquery.com/jquery-2.1.4.min.js";></script> 
+    <script src="https://static.gnome.org/js/deneb.min.js";></script>
+    <script type="text/javascript">$(document.body).addClass('gnome-body');</script>
diff --git a/git.gnome.org/gnome.head b/git.gnome.org/gnome.head
index f9eee45..3620397 100644
--- a/git.gnome.org/gnome.head
+++ b/git.gnome.org/gnome.head
@@ -1,3 +1,5 @@
 <meta content="width=device-width, initial-scale=1" name="viewport">
 <meta content="#4a86cf" name="theme-color">
 <meta content="GNOME Git" name="application-name">
+<link href="https://static.gnome.org/img/gnome-icon.svg"; rel="icon" sizes="any" type="image/svg+xml">
+<link href="https://static.gnome.org/css/deneb.min.css"; media="all" rel="stylesheet" type="text/css">
diff --git a/git.gnome.org/gnome.header b/git.gnome.org/gnome.header
index 4e48ba5..8a2a5df 100644
--- a/git.gnome.org/gnome.header
+++ b/git.gnome.org/gnome.header
@@ -1,32 +1,31 @@
-<div id="global_domain_bar">
-<div class="maxwidth">
-       <div class="tab">
-       <a class="root" href="https://www.gnome.org/";>GNOME.org</a>
-       </div>
-</div>
-</div>
-
-<div id="page">
-    <div id="logo_bar" class="container_12">
-      <div id="logo" class="grid_3">
-        <a title="Go to home page" href="https://git.gnome.org/";><img 
src="https://static.gnome.org/img/gnome-git.png"; alt="GNOME: Git Repository" /></a>
-      </div>
-
-      <div id="top_bar" class="grid_9">
-        <div class="left">
-          <div class="menu-globalnav-container">
-            <ul id="menu-globalnav" class="menu">
-              <li id="menu-item-1039" class=
-              "menu-item menu-item-type-post_type menu-item-object-page menu-item-1039">
-              <a href="https://git.gnome.org/";>Home</a></li>
-
-              <li id="menu-item-1037" class=
-              "menu-item menu-item-type-post_type menu-item-object-page menu-item-1037">
-              <a href="https://wiki.gnome.org/Git";>Git Help</a></li>
-            </ul>
-          </div>
-        </div>
-      </div>
-      
-    </div>
-</div>
+    <header class="gnome-header">
+        <nav class="navbar navbar-fixed-top navbar-default affix-top">
+            <div class="container">
+                <div class="navbar-header">
+                    <button aria-expanded="false" class="navbar-toggle collapsed" 
data-target="#navbar-wrapper" data-toggle="collapse" type="button">
+                        <span class="sr-only">Toggle navigation</span>
+                        <span class="icon-bar top-bar"></span>
+                        <span class="icon-bar middle-bar"></span>
+                        <span class="icon-bar bottom-bar"></span>
+                    </button>
+                    <a class="gnome-navbar-brand" title="Go to home page">
+                        <img alt="GNOME: The Free Software Desktop Project" 
src="https://static.gnome.org/img/gnome-logo.svg";>
+                    </a>
+                </div>
+                <div class="navbar-collapse collapse" id="navbar-wrapper">
+                    <ul class="nav navbar-nav">
+                        <li>
+                            <a href="https://git.gnome.org/";>Home</a>
+                        </li>
+                        <li>
+                            <a href="https://wiki.gnome.org/Git";>Git Help</a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+        </nav>
+    </header>
+    <div class="gnome-content">
+        <div class="container">
+            <div class="row">
+                <div class="col-xs-12">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]