mirror of https://github.com/apache/lucene.git
SOLR-4529: Improve Admin UI Dashboard legibility
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452830 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7de447115d
commit
a5e5c904c8
|
@ -236,6 +236,9 @@ Optimizations
|
|||
will keep some less common unnecessary replications from happening.
|
||||
(Mark Miller, Simon Scofield)
|
||||
|
||||
* SOLR-4529: Improve Admin UI Dashboard legibility (Felix Buenemann via
|
||||
steffkes)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -98,11 +98,6 @@
|
|||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
#content #index .data li.odd
|
||||
{
|
||||
color: #c0c0c0;
|
||||
}
|
||||
|
||||
#content #index .data li dt
|
||||
{
|
||||
float: left;
|
||||
|
|
Loading…
Reference in New Issue