Browse Source

examples.css -> sandbox.css

pull/894/head
David DeSandro 10 years ago
parent
commit
d59de5d360
  1. 2
      sandbox/combination-filters-inclusive.html
  2. 2
      sandbox/combination-filters.html
  3. 2
      sandbox/masonry.html

2
sandbox/combination-filters-inclusive.html

@ -5,7 +5,7 @@
<title>combination filters inclusive</title>
<link rel="stylesheet" href="examples.css" />
<link rel="stylesheet" href="sandbox.css" />
<style>
* {
-webkit-box-sizing: border-box;

2
sandbox/combination-filters.html

@ -5,7 +5,7 @@
<title>masonry</title>
<link rel="stylesheet" href="examples.css" />
<link rel="stylesheet" href="sandbox.css" />
<style>
* {
-webkit-box-sizing: border-box;

2
sandbox/masonry.html

@ -5,7 +5,7 @@
<title>masonry</title>
<link rel="stylesheet" href="examples.css" />
<link rel="stylesheet" href="sandbox.css" />
<style>
.element.alkali { width: 170px; height: 120px; }
.element.alkaline-earth {}

Loading…
Cancel
Save