We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504fa40 commit 93c831fCopy full SHA for 93c831f
index.html
@@ -19,6 +19,12 @@
19
20
<style type="text/css">
21
22
+ // Speed: http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout
23
+ // doesn't work:
24
+ // table { padding:0 0 0 0;border-spacing:0;border:none;table-layout:fixed;outline:1px solid grey;border-collapse:collapse;margin-left:auto;margin-right:auto; }
25
+ table tr { padding:0 0 0 0;border-spacing:0;border:none; }
26
+ table td { padding:0 0 0 0;border-spacing:0;border:1px solid transparent; }
27
+
28
@font-face {
29
font-family: lambdaHackFont;
30
src: url("/Fix15Mono-Bold.woff");
0 commit comments