mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-27 02:12:24 +02:00
Reset CSS, permalink back to OSM, and faster attributes parsing
This commit is contained in:
+10
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user