mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
basic style overhaul complete.
This commit is contained in:
+16
-1
@@ -60,6 +60,7 @@ textarea {
|
||||
font-family: inherit; /* 1 */
|
||||
font-size: 100%; /* 2 */
|
||||
margin: 0; /* 3 */
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -139,4 +140,18 @@ button::-moz-focus-inner,
|
||||
input::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
** Markup free clearing
|
||||
** Details: http://www.positioniseverything.net/easyclearing.html
|
||||
*/
|
||||
.cf:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.cf { display: inline-block; }
|
||||
Reference in New Issue
Block a user