Skip to content
Snippets Groups Projects
Select Git revision
  • 14ef28ba1898d5da34ac0dd419d353f2fc734788
  • master default protected
2 results

flatly-bootstrap.css

Blame
  • Forked from an inaccessible project.
    flatly-bootstrap.css 148.38 KiB
    @import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");
    /*!
     * bootswatch v3.3.7
     * Homepage: http://bootswatch.com
     * Copyright 2012-2016 Thomas Park
     * Licensed under MIT
     * Based on Bootstrap
    */
    /*!
     * Bootstrap v3.3.7 (http://getbootstrap.com)
     * Copyright 2011-2016 Twitter, Inc.
     * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
     */
    /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
    html {
      font-family: sans-serif;
      -ms-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%;
    }
    body {
      margin: 0;
    }
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
      display: block;
    }
    audio,
    canvas,
    progress,
    video {
      display: inline-block;
      vertical-align: baseline;
    }
    audio:not([controls]) {
      display: none;
      height: 0;
    }
    [hidden],
    template {
      display: none;
    }
    a {
      background-color: transparent;
    }
    a:active,
    a:hover {
      outline: 0;
    }
    abbr[title] {
      border-bottom: 1px dotted;
    }
    b,
    strong {
      font-weight: bold;
    }
    dfn {
      font-style: italic;
    }
    h1 {