[Bug] CSS and markup mods
CSS markup and mods to fix issues related to bug WTD-618; fix is complete and verified in Chrome
This commit is contained in:
committed by
Victor Woeltjen
parent
7db5c0692b
commit
f820cd47b6
@@ -27,7 +27,8 @@ body, html {
|
||||
color: $colorBodyFg;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: 100%;
|
||||
margin: $bodyMargin;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -51,7 +52,9 @@ h1 {
|
||||
}
|
||||
|
||||
span {
|
||||
/* 618 DEBUG
|
||||
box-sizing: border-box;
|
||||
*/
|
||||
}
|
||||
|
||||
.abs {
|
||||
|
||||
Reference in New Issue
Block a user