Reset CSS, permalink back to OSM, and faster attributes parsing

This commit is contained in:
Tom MacWright
2012-10-26 16:02:26 -04:00
parent 153bc51d6b
commit 8cc179d807
7 changed files with 111 additions and 32 deletions
+10 -1
View File
@@ -29,7 +29,7 @@ p {
font-size: x-small;
}
a:visited, a {
color: black;
color: #345692;
}
input[type=text] {
@@ -155,6 +155,15 @@ table td {
background:#fff;
}
.inspector-wrap h2 {
font: normal 20px/20px 'Helvetica';
}
.inspector-wrap a.permalink {
text-decoration:none;
font: normal 11px/20px 'Helvetica'
}
.inspector thead th {
font-size:10px;
line-height:10px;