Krinkle has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/383395 )

Change subject: noc: Remove bugzilla-ish css/index.css and images/index/
......................................................................

noc: Remove bugzilla-ish css/index.css and images/index/

Two selectors matched (outro and page-index), but these elements
were not doing anything, so remove them from the HTML.

Change-Id: I0cb2cd97a3734966335a49f68f91f71cc3d93ee5
---
D docroot/noc/css/images/index/account.gif
D docroot/noc/css/images/index/bug.gif
D docroot/noc/css/images/index/search.gif
D docroot/noc/css/index.css
M docroot/noc/index.html
5 files changed, 0 insertions(+), 112 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/95/383395/1

diff --git a/docroot/noc/css/images/index/account.gif 
b/docroot/noc/css/images/index/account.gif
deleted file mode 100644
index d774a16..0000000
--- a/docroot/noc/css/images/index/account.gif
+++ /dev/null
Binary files differ
diff --git a/docroot/noc/css/images/index/bug.gif 
b/docroot/noc/css/images/index/bug.gif
deleted file mode 100644
index 827aa1a..0000000
--- a/docroot/noc/css/images/index/bug.gif
+++ /dev/null
Binary files differ
diff --git a/docroot/noc/css/images/index/search.gif 
b/docroot/noc/css/images/index/search.gif
deleted file mode 100644
index 0946427..0000000
--- a/docroot/noc/css/images/index/search.gif
+++ /dev/null
Binary files differ
diff --git a/docroot/noc/css/index.css b/docroot/noc/css/index.css
deleted file mode 100644
index 11a6e33..0000000
--- a/docroot/noc/css/index.css
+++ /dev/null
@@ -1,108 +0,0 @@
- /* The contents of this file are subject to the Mozilla Public
-  * License Version 1.1 (the "License"); you may not use this file
-  * except in compliance with the License. You may obtain a copy of
-  * the License at http://www.mozilla.org/MPL/
-  *
-  * Software distributed under the License is distributed on an "AS
-  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-  * implied. See the License for the specific language governing
-  * rights and limitations under the License.
-  *
-  * The Original Code is the Bugzilla Bug Tracking System.
-  *
-  * Contributor(s): Vitaly Harisov <[email protected]>
-  *                 Guy Pyrzak <[email protected]> 
-  */
-
-/* index page (begin) */
-
-    #page-index
-    {
-        padding: 0.2em 0.2em 0.15em 0.2em;
-    }
-
-    /* By default these contain nothing, but these CSS rules make things
-       easier on customizers. */
-    .intro, .outro {
-        text-align: center;
-       float: left;
-       padding: 0 2em 2em 2em;
-    }
-
-    /* Hide from NN4 */
-
-    #new_release
-    {
-        border: 2px solid red;
-        padding: 0.5em 1em;
-        margin: 1em;
-        font-weight: bold;
-    }
-
-    #new_release .notice
-    {
-        font-size: 80%;
-        font-weight: normal;
-    }
-
-    #welcome-admin a
-    {
-        font-weight: bold;
-    }
-
-    #enter_bug { background: url(images/index/bug.gif)     no-repeat; }
-    #query     { background: url(images/index/search.gif)  no-repeat; }
-    #account   { background: url(images/index/account.gif) no-repeat; }
-    
-    #quicksearchForm
-    {
-        clear: both;
-        text-align: center;
-        margin-bottom: 2em;
-    }
-    
-    #quicksearchForm #quicksearch_main
-    {
-        width: 25em;
-    }
-    
-    #quicksearchForm
-    {
-        margin: 0;
-        padding: 0;
-    }
-    
-    #page-index table{
-        border-collapse: collapse;
-    }
-    
-    #welcome
-    {
-        font-size: x-large;
-        font-weight: bold;
-        text-align: center;
-        margin: 0 0 0.8em 0;
-        padding: 0;
-    }
-    
-    ul.additional_links 
-    {
-        list-style: none;
-        margin: 0;
-        padding: 0;
-    }
-    
-    ul#quicksearch_links{
-        margin-bottom: 1em;
-    }
-    
-    ul.additional_links li
-    {
-        display: inline;
-    }
-    
-    input.quicksearch_help_text
-    {
-        color: #ccc;
-    }
-/* index page (end) */
diff --git a/docroot/noc/index.html b/docroot/noc/index.html
index ebee74c..1781c9d 100644
--- a/docroot/noc/index.html
+++ b/docroot/noc/index.html
@@ -4,7 +4,6 @@
        <meta charset="UTF-8">
        <title>Wikimedia NOC</title>
        <link rel="stylesheet" href="css/vector.css">
-       <link rel="stylesheet" href="css/index.css">
        <meta name="robots" content="index,follow">
        <style>dd { margin-bottom: 1em; }</style>
 </head>
@@ -14,7 +13,6 @@
        <div id="content-container" >
                <a id="top"></a>
                <div id="bodyContent">
-                       <div id="page-index">
        <h2 style="border-bottom: solid 1px silver;">Wikimedia NOC</h2>
        <dl style="margin-bottom: 3em;">
                <dt><a href="./conf/">Server configuration</a></dt>
@@ -47,8 +45,6 @@
                   <dd>Software and data downloads</dd>
        </dl>
        <div style="clear: both;"></div>
-       <div class="outro"></div>
-                       </div>
                </div>
        </div>
        <div id="panel">

-- 
To view, visit https://gerrit.wikimedia.org/r/383395
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0cb2cd97a3734966335a49f68f91f71cc3d93ee5
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to