Skip to content

Commit 93c831f

Browse files
committed
Move some CSS setting from JS to <style>
1 parent 504fa40 commit 93c831f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919

2020
<style type="text/css">
2121

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+
2228
@font-face {
2329
font-family: lambdaHackFont;
2430
src: url("/Fix15Mono-Bold.woff");

0 commit comments

Comments
 (0)