diff --git a/spec/index.html b/spec/index.html index ab3407f..3df51a6 100644 --- a/spec/index.html +++ b/spec/index.html @@ -43,17 +43,10 @@ figure { text-align: center; } table.simple td, table th { border: 1px solid #ddd; padding: 0.2em 0.5em; } ol ol { list-style-type: lower-latin; } - .grammar td { font-family: monospace; } - .grammar-literal { color: gray; } - code { color: #ff4500; } /* Old W3C Style */ - div.abnf { margin-left: 1em; } - @media (max-width: 850px) { - table { overflow-wrap: anywhere !important; } - .simple th, .simple td { font-size: 14px; } - } - @media (max-width: 767px) { - table { word-break: normal; /*max-width: 80vw;*/} - } + .grammar td { font-family: monospace;} + .grammar-literal { color: gray;} + code {color: #ff4500;} /* Old W3C Style */ + div.abnf {margin-left: 1em;}