fucking charsets. how do they work.
This commit is contained in:
parent
a8a2f42b60
commit
46d399c044
@ -1,3 +1,4 @@
|
||||
@charset "UTF-8";
|
||||
.hbox {
|
||||
display: -moz-box;
|
||||
display: -webkit-box;
|
||||
|
@ -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'); }
|
||||
|
@ -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%);
|
||||
|
@ -63,4 +63,4 @@
|
||||
top: 10px;
|
||||
bottom: 30px;
|
||||
left: 40px;
|
||||
right: 20px; }
|
||||
right: 20px; }
|
||||
|
Loading…
Reference in New Issue
Block a user