Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 125rem (0.12 sec)

  1. platforms/documentation/docs/src/docs/css/manual.css

    h3 {
    	font-size: 1.125rem;
    }
    
    h4 {
    	font-size: 1.0625rem;
    }
    
    h5,
    h6 {
    	font-size: 1rem;
    }
    
    b,
    strong {
    	font-weight: 500;
    }
    
    dl {
    	margin: 0 0 1.25rem 1.5rem;
    }
    
    .dlist dt code {
    	color: var(--text-color);
    	font-size: 1em;
    	font-weight: bold;
    }
    
    .dlist p {
    	margin-bottom: 0.625rem;
    }
    
    .sr-only {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. plugin/pkg/admission/limitranger/admission_test.go

    		},
    		{
    			pod:        validPod("ctr-max-cpu-ratio", 1, getResourceRequirements(getComputeResourceList("1250m", ""), getComputeResourceList("2500m", ""))),
    			limitRange: createLimitRange(api.LimitTypeContainer, api.ResourceList{}, api.ResourceList{}, api.ResourceList{}, api.ResourceList{}, getComputeResourceList("1", "")),
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 51.5K bytes
    - Viewed (0)
Back to top