mirror of https://github.com/apache/lucene.git
SOLR-3238: Remove WIP-Notice
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
29f71547d3
commit
ff71f97b01
|
@ -58,11 +58,6 @@ limitations under the License.
|
||||||
|
|
||||||
<a href="./" id="solr"><span>Apache SOLR</span></a>
|
<a href="./" id="solr"><span>Apache SOLR</span></a>
|
||||||
|
|
||||||
<div id="wip-notice">
|
|
||||||
<p>This interface is work in progress.</p>
|
|
||||||
<p><a href="https://issues.apache.org/jira/browse/SOLR-3238">Please report any Bugs/Requests/Suggestions: <span>SOLR-3238</span></a></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p id="environment"> </p>
|
<p id="environment"> </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -88,29 +88,6 @@ ul
|
||||||
display: none;
|
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
|
#main
|
||||||
{
|
{
|
||||||
min-width: 750px;
|
min-width: 750px;
|
||||||
|
|
Loading…
Reference in New Issue