Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Consolas (0.14 sec)

  1. src/internal/trace/traceviewer/http.go

    h2 { font-size: 1.375rem; }
    h1,h2 {
      font-weight: 600;
      line-height: 1.25em;
      word-break: break-word;
    }
    p  { color: grey85; font-size:85%; }
    code,
    pre,
    textarea.code {
      font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
      font-size: 0.875rem;
      line-height: 1.5em;
    }
    
    pre,
    textarea.code {
      background-color: var(--color-background-accented);
      border: var(--border);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  2. pkg/ctrlz/assets/static/css/all.css

    }
    
    pre {
        margin: 1em;
        max-height: 31em;
        border: 1px solid #777;
        border-left: 5px solid #777;
        border-radius: 4px;
        box-shadow: 3px 3px 8px #777;
        font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
        text-align: left;
        white-space: pre;
        word-spacing: normal;
        word-break: normal;
        word-wrap: normal;
        line-height: 1.5;
        tab-size: 4;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  3. samples/addons/prometheus.yaml

                - --config.file=/etc/config/prometheus.yml
                - --storage.tsdb.path=/data
                - --web.console.libraries=/etc/prometheus/console_libraries
                - --web.console.templates=/etc/prometheus/consoles
                - --web.enable-lifecycle
              ports:
                - containerPort: 9090
              readinessProbe:
                httpGet:
                  path: /-/ready
                  port: 9090
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 16.2K bytes
    - Viewed (0)
Back to top