You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ep...@apache.org on 2022/06/28 15:58:53 UTC

[solr] 01/02: take out commented css

This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch solr-paramset-impl
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 1e0dda60b9b5f1b7acb363276b2ea234e3060278
Author: epugh@opensourceconnections.com <ep...@opensourceconnections.com>
AuthorDate: Tue Jun 28 09:48:45 2022 -0600

    take out commented css
---
 solr/webapp/web/css/angular/paramsets.css | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/solr/webapp/web/css/angular/paramsets.css b/solr/webapp/web/css/angular/paramsets.css
index 1cf3a767fb0..a5a39c74a1e 100644
--- a/solr/webapp/web/css/angular/paramsets.css
+++ b/solr/webapp/web/css/angular/paramsets.css
@@ -27,7 +27,6 @@ limitations under the License.
 #content #paramsets #form
 {
     float: left;
-    /*width: 21%;*/
 }
 #content #paramsets #form fieldset legend, #content #paramsets #form .optional.expanded legend {
     display: block;
@@ -58,26 +57,22 @@ legend {
 #content #paramsets #form textarea
 {
     margin-bottom: 2px;
-    /*width: 100%;*/
 }
 
 #content #paramsets #form input,
 #content #paramsets #form textarea
 {
     margin-bottom: 2px;
-    /*width: 98%;*/
 }
 
 #content #paramsets #form #start
 {
     float: left;
-    /*width: 45%;*/
 }
 
 #content #paramsets #form #rows
 {
     float: right;
-    /* width: 45%;*/
 }
 
 #content #paramsets #form .checkbox input