Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 2em (0.02 sec)

  1. javadoc-stylesheet.css

    }
    h3 {
        font-size:1.4em;
    }
    h4 {
        font-size:1.3em;
    }
    h5 {
        font-size:1.2em;
    }
    h6 {
        font-size:1.1em;
    }
    ul {
        list-style-type:disc;
    }
    code, tt {
        font-size:1.2em;
    }
    dt code {
        font-size:1.2em;
    }
    table tr td dt code {
        font-size:1.2em;
        vertical-align:top;
    }
    sup {
        font-size:.6em;
    }
    /*
    Document title and Copyright styles
    */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jul 17 21:01:06 UTC 2013
    - 11.2K bytes
    - Viewed (0)
  2. pkg/ctrlz/assets/static/css/all.css

    header .navbar {
        background-image: linear-gradient(to right, #466BB0, #68AAF7);
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.14), 0 2px 4px 2px rgba(0, 0, 0, 0.28);
        padding-top: .2em;
        padding-bottom: .2em
    }
    
    header .navbar .logo {
        width: 2em;
        top: 3px;
        left: 1.3em;
        position: fixed;
        fill: #fff
    }
    
    header .navbar .logo circle {
        fill: #466BB0;
        stroke: #fff
    }
    
    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. pkg/ctrlz/assets/static/css/fontawesome-all-5.0.6.css

    .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-addres...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 33.9K bytes
    - Viewed (2)
  4. src/cmd/trace/tasks.go

    }).Parse(`
    <!DOCTYPE html>
    <title>Tasks: {{.Name}}</title>
    <style>` + traceviewer.CommonStyle + `
    body {
      font-family: sans-serif;
    }
    table#req-status td.family {
      padding-right: 2em;
    }
    table#req-status td.active {
      padding-right: 1em;
    }
    table#req-status td.empty {
      color: #aaa;
    }
    table#reqs {
      margin-top: 1em;
      border-collapse: collapse;
    }
    table#reqs tr.first {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/css/base.css

    /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{b...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/html.go

    .ast {
        white-space: nowrap;
    }
    
    td.ssa-prog {
        width: 600px;
        word-wrap: break-word;
    }
    
    li {
        list-style-type: none;
    }
    
    li.ssa-long-value {
        text-indent: -2em;  /* indent wrapped lines */
    }
    
    li.ssa-value-list {
        display: inline;
    }
    
    li.ssa-start-block {
        padding: 0;
        margin: 0;
    }
    
    li.ssa-end-block {
        padding: 0;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 34.8K bytes
    - Viewed (0)
Back to top