1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Git rid of the deprecated <tt> tag in the docs

Replaced with `<code>` tags.
This commit is contained in:
Simon Lydell 2015-08-30 12:37:52 +02:00
parent 5095e02b62
commit 0872c3d13d
2 changed files with 305 additions and 305 deletions

View file

@ -57,7 +57,7 @@ table.definitions {
text-align: center;
padding: 5px 20px;
}
code, pre, tt, textarea {
code, pre, textarea {
font-family: Monaco, Consolas, "Lucida Console", monospace;
font-size: 12px;
line-height: 18px;
@ -65,7 +65,7 @@ code, pre, tt, textarea {
white-space: pre-wrap;
word-wrap: break-word;
}
tt {
p > code, li > code {
display: inline-block;
background: #fff;
border: 1px solid #dedede;

File diff suppressed because it is too large Load diff