Commit 67b52108 authored by Lipis's avatar Lipis
Browse files

Merge pull request #4 from lipis/master

Project renamed
parents 6b4e02a1 1417a6e2
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
country-flag-icons
==================
flag-icon-css
=============

CSS for svg based country flag icons. See the
[demo](http://lipis.github.io/country-flag-icons/).
CSS for vector based country flags. See the
[demo](http://lipis.github.io/flag-icon-css/).

CSS classes
-----------
@@ -62,7 +62,7 @@ To serve it on `localhost:8000`

To have only specific countries in the css file, remove the ones that you don't
need from the
[`country-flag-icons-list.less`](https://github.com/lipis/country-flag-icons/blob/master/less/country-flag-icons-list.less)
[`flag-icon-list.less`](https://github.com/lipis/flag-icon-css/blob/master/less/flag-icon-css-list.less)
file and build it again.

Credits
+0 −0

File moved.

+7 −7
Original line number Diff line number Diff line
@@ -6,27 +6,27 @@
    <meta name="description" content="">
    <meta name="author" content="">

    <title>country-flag-icons</title>
    <title>flag-icon-css</title>
    <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet" id="bootstrap">
    <link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
    <link href="./assets/docs.css" rel="stylesheet">
    <link href="./css/country-flag-icons.css" rel="stylesheet">
    <link href="./css/flag-icon-css.css" rel="stylesheet">
  </head>

  <body>
    <a href="https://github.com/lipis/country-flag-icons"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
    <a href="https://github.com/lipis/flag-icon-css"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
    <div class="jumbotron text-center">
      <div class="container">
        <h1>country-flag-icons</h1>
        <h1>flag-icon-css</h1>
        <p>
          CSS for svg based country flag icons!
          CSS for vector based country flags!
        </p>
        <p>
          <a href="https://github.com/lipis/country-flag-icons" class="btn btn-success btn-lg">
          <a href="https://github.com/lipis/flag-icon-css" class="btn btn-success btn-lg">
            <span class="icon-github"></span>
            View Project
          </a>
          <a href="https://github.com/lipis/country-flag-icons/archive/master.zip" class="btn btn-primary btn-lg">
          <a href="https://github.com/lipis/flag-icon-css/archive/master.zip" class="btn btn-primary btn-lg">
            <span class="icon-download-alt"></span>
            Download
          </a>

less/country-flag-icons.less

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
@import 'variabless';
@import 'country-flag-icons-base';
@import 'country-flag-icons-list';
Loading