Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
Bug 22971 - add cross references between elements and attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
asurkov committed Aug 22, 2013
1 parent 74522f5 commit 4f5939d
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 75 deletions.
9 changes: 8 additions & 1 deletion css/extra.css
Expand Up @@ -19,10 +19,17 @@ th, td {
border: 1px solid #630;
}
th code, td code {font-size: 123%;}
code {color: #D93B00;}
code {
color: #D93B00;
}
code *:link, code *:visited {
color: inherit;
}
a[href|="#el"], a[href|="#att"] {
color: #D93B00;
font-family: monospace;
font-size: larger;
}
.warning {color: #990000; font-size: x-large; font-weight: normal;}
.map-table, .details {clear: left; margin-bottom: 2em;}
.map-table thead {background-color: #ddd;}
Expand Down

0 comments on commit 4f5939d

Please sign in to comment.