diff --git a/solr/webapp/web/admin.html b/solr/webapp/web/admin.html index 7862f8d7f94..db484c79c3f 100644 --- a/solr/webapp/web/admin.html +++ b/solr/webapp/web/admin.html @@ -58,11 +58,6 @@ limitations under the License. Apache SOLR -
-

This interface is work in progress.

-

Please report any Bugs/Requests/Suggestions: SOLR-3238

-
-

 

diff --git a/solr/webapp/web/css/styles/common.css b/solr/webapp/web/css/styles/common.css index fdd23af5c0f..76f7cda018c 100644 --- a/solr/webapp/web/css/styles/common.css +++ b/solr/webapp/web/css/styles/common.css @@ -88,29 +88,6 @@ ul display: none; } -#header #wip-notice -{ - background-color: #eceffa; - background-image: url( ../../img/ico/information-button.png ); - background-position: 8px 7px; - border: 1px solid #4465cb; - padding: 5px 10px; - padding-left: 31px; - left: 212px; - position: absolute; - top: 0; -} - -#header #wip-notice a -{ - display: block; -} - -#header #wip-notice span -{ - border-bottom: 1px solid #c0c0c0; -} - #main { min-width: 750px;