fucking charsets. how do they work.

This commit is contained in:
Chris Eppstein 2010-11-12 17:01:22 -08:00
parent a8a2f42b60
commit 46d399c044
4 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,4 @@
@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('/tmp/fonts/font1.woff') format('woff'); }
src: local("☺"), url('/css/fonts/font1.woff') format('woff'); }

View File

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