diff --git a/spec.html b/spec.html
index 9862ba5a15..66822a3229 100644
--- a/spec.html
+++ b/spec.html
@@ -23,6 +23,15 @@
#ecma-logo {
width: 500px;
}
+ .unicode-property-table {
+ table-layout: fixed;
+ width: 100%;
+ font-size: 80%;
+ }
+ .unicode-property-table ul {
+ padding-left: 0;
+ list-style: none;
+ }