This is maddening.

This commit is contained in:
Chris Eppstein 2010-11-13 00:47:55 -08:00
parent 7406a627f8
commit 073c0d136c
3 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,3 @@
@charset "UTF-8";
.hbox {
display: -moz-box;
display: -webkit-box;

View File

@ -1,4 +1,4 @@
@charset "UTF-8";
@font-face {
font-family: "font1";
src: local("☺"), url('/css/fonts/font1.woff') format('woff'); }
src: local("☺"), url('/tmp/fonts/font1.woff') format('woff'); }

View File

@ -1,4 +1,3 @@
@charset "UTF-8";
.linear-1 {
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
background-image: -moz-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);