Skip to content
Snippets Groups Projects
Select Git revision
  • af6f6d1251d88c38fa41b6f53e1f2812dbca6fe3
  • master default protected
  • patch-2
  • MPDATABenchmark
  • update_mkdocs
  • fix_bugs
  • 59-john-s-froofreading
  • revert-1dceddf5
  • add_soft
  • hot-fix
  • patch-1
  • job-features
  • hot_fix
  • fix_vnc_access_howto
  • fix-nodefiles
  • test_jc
  • 45-dokumentace-singularity
  • readme
  • spell_check
  • unittest
20 results

css.css

Blame
  • Forked from SCS / docs.it4i.cz
    1582 commits behind, 757 commits ahead of the upstream repository.
    css.css 248 B
    a:not([href*="//"]) {
        /* CSS for internal links */
    }
    
    a[href*="//"] {
        /*CSS for external links */
        background: transparent url("/img/external.png") no-repeat right 0px top 1px;
        background-size: 12px;
        padding: 1px 16px 1px 0px;
    }