Commit:    7dd4451cd5249c45c46e15a1dded596656ed9a2c
Author:    Peter Kokot <peterko...@gmail.com>         Sun, 16 Dec 2018 23:20:48 
+0100
Parents:   14f8c07aec4285ee376f5f88a64d3449e1e6b6ef
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=7dd4451cd5249c45c46e15a1dded596656ed9a2c

Log:
Remove unused styles and web assets

Some of these styles and web assets were used in the past when bug
trackings for PECL and PHP were separated. Today PECL bugs are located
in the bugs.php.net also. This patch removes outdated styles and images.

Changed paths:
  M  www/css/style.css
  D  www/images/box-0.gif
  D  www/images/box-1.gif
  D  www/images/item.gif
  D  www/images/pecl_item.gif
  D  www/images/php_item.gif
  D  www/images/spacer.gif


Diff:
diff --git a/www/css/style.css b/www/css/style.css
index 2efd09d..3f6c000 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -80,44 +80,6 @@ td.head-menu a:visited {
        text-decoration: none;
 }
 
-/* ========= Sidebars ========= */
-
-td.sidebar_left {
-       width: 149px;
-       background-color: #F0F0F0;
-       vertical-align: top;
-       font-size: 90%;
-       border-right: 1px dashed #ccc;
-       padding: 1em 0.3em 0.3em 0.3em;
-}
-
-td.sidebar_right {
-       width: 149px;
-       background-color: #F0F0F0;
-       vertical-align: top;
-       font-size: 90%;
-       border-left: 1px dashed #ccc;
-       padding: 1em 0.3em 0.3em 0.3em;
-}
-
-table.sidebar-releases {
-       font-size: 100%; /* make IE look normal */
-}
-
-ul.side_pages {
-       margin-top: 0.1em;
-       margin-bottom: 1.5em;
-       margin-left: 1em;
-       padding-left: 1em;
-       list-style: url(../images/box-0.gif) square;
-}
-
-li.side_page {
-       text-indent: -0.4em;
-       white-space: nowrap;
-}
-
-
 /* ========= Footer ========= */
 
 td.foot-bar {
@@ -153,16 +115,6 @@ table.form-holder {
        width: auto;
 }
 
-caption.form-caption {
-       font-weight: bold;
-       color: #FFFFFF;
-       background-color: #5b69a6;
-       padding: 0.3em;
-       border-left: 1px solid #FFFFFF;
-       border-right: 1px solid #FFFFFF;
-       margin-top: 0.5em;
-}
-
 /* Labels on the left side of form and table rows */
 th.form-label_left {
        padding: 3px;
@@ -174,16 +126,6 @@ th.form-label_left {
        width: 25%;
 }
 
-/* Labels on the top of form and table columns */
-th.form-label_top,
-th.form-label_top_center {
-       padding: 3px;
-       text-align: center;
-       font-weight: bold;
-       color: #FFFFFF;
-       background-color: #5b69a6;
-}
-
 td.form-input {
        padding: 3px;
        text-align: left;
@@ -203,10 +145,6 @@ td.form-input_center input {
        font-size: 90%;
 }
 
-input.makeDocBug {
-       background-color: #8CDD81;
-       border: 3px ridge green;
-}
 p.cell_note {
        margin-top: 0.3em;
        margin-bottom: 0.2em;
@@ -234,34 +172,6 @@ form {
        margin-bottom: 0;
 }
 
-submit {
-       border: 0px;
-}
-
-/* === Voting === */
-
-td.vote-active, td.vote-winner {
-       padding: 3px;
-       text-align: left;
-       vertical-align: top;
-       background-color: #ffbbaa;
-}
-
-td.vote-complete {
-       padding: 3px;
-       text-align: left;
-       vertical-align: top;
-       background-color: #bbaaff;
-}
-
-td.vote-inactive {
-       padding: 3px;
-       text-align: left;
-       vertical-align: top;
-       background-color: #e8e8e8;
-}
-
-
 /* === User Submission Responses === */
 
 div.errors,
@@ -377,27 +287,11 @@ a:hover {
        color: #000033;
 }
 
-th.headrow {
-       text-align: left;
-       border-bottom: 1px solid #000;
-       white-space: nowrap;
-}
-
 th.others {
        color: #006600;
        text-align: left;
 }
 
-td.textcell {
-       vertical-align: top;
-       padding-left: 1.2em;
-       padding-bottom: 1em;
-}
-
-td.textcell p {
-       margin-top: 0em;
-}
-
 td.ulcell {
        vertical-align: top;
 }
@@ -413,12 +307,6 @@ hr {
        background-color: #ccc;
 }
 
-.newsDate {
-       font-size: 85%;
-       font-style: italic;
-       color: #66cc66;
-}
-
 code, pre {
        font-family: Consolas, Inconsolata, "Liberation Mono", monospace;
        font-size: 13px;
@@ -463,40 +351,10 @@ a.small {
        text-decoration: none;
 }
 
-.tableTitle {
-       font-weight: bold;
-}
-
-.tableExtras {
-       font-size: 85%;
-       color: #FFFFFF;
-}
-
-.tip {
-       border: 1px solid #00c;
-       color: #006;
-       background: #eef;
-       padding: 8px;
-}
-
-ul.spaced li {
-       margin-bottom: 0.75em;
-}
-
 .indent {
        margin-left: 20px;
 }
 
-hr.greyline {
-       border-top: thin solid #CCCCCC;
-       margin-top: 0px;
-       margin-bottom: 0px;
-}
-
-.underline {
-       text-decoration: underline;
-}
-
 .accesskey {
        text-decoration: underline;
 }
@@ -519,12 +377,6 @@ td.content table {
   padding-bottom: 15px;
 }
 
-.headertop {
-       background: #5b69a6;
-}
-.headersep {
-       background: #000033;
-}
 .headerbottom {
        background: #9999cc;
 }
@@ -706,10 +558,6 @@ table#votes {
 }
 /* === Search === */
 
-a.status_active {
-       font-weight: bold;
-}
-
 td.search-prev_next {
        background-color: #cccccc;
        text-align: center;
diff --git a/www/images/box-0.gif b/www/images/box-0.gif
deleted file mode 100644
index 65d30d7..0000000
Binary files a/www/images/box-0.gif and /dev/null differ
diff --git a/www/images/box-1.gif b/www/images/box-1.gif
deleted file mode 100644
index e679f85..0000000
Binary files a/www/images/box-1.gif and /dev/null differ
diff --git a/www/images/item.gif b/www/images/item.gif
deleted file mode 100644
index a7f3243..0000000
Binary files a/www/images/item.gif and /dev/null differ
diff --git a/www/images/pecl_item.gif b/www/images/pecl_item.gif
deleted file mode 100644
index 137167f..0000000
Binary files a/www/images/pecl_item.gif and /dev/null differ
diff --git a/www/images/php_item.gif b/www/images/php_item.gif
deleted file mode 100644
index a7f3243..0000000
Binary files a/www/images/php_item.gif and /dev/null differ
diff --git a/www/images/spacer.gif b/www/images/spacer.gif
deleted file mode 100644
index 13acffe..0000000
Binary files a/www/images/spacer.gif and /dev/null differ


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to