Disable iphone input styling.

Add doctype.
This commit is contained in:
Ian Gulliver
2015-12-26 23:07:13 -08:00
parent 38d0b75260
commit 4ca6690630
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<title>BabyStats</title>

View File

@@ -87,6 +87,7 @@ BabyStats.prototype.buildStylesheet_ = function() {
inputs.style.height = '40px';
inputs.style.width = '100%';
inputs.style.border = 'none';
inputs.style.borderRadius = 0;
inputs.style.padding = '4px';
inputs.style.backgroundColor = 'rgb(189,21,80)';
inputs.style.color = 'rgb(248,202,0)';