From 25fbc6265e90f488d2857b79fc7cf15615ae3138 Mon Sep 17 00:00:00 2001 From: "karnaze%netscape.com" Date: Thu, 16 Jul 1998 19:48:37 +0000 Subject: [PATCH] removed hack for input, textarea --- layout/html/document/src/ua.css | 4 ---- layout/style/ua.css | 4 ---- 2 files changed, 8 deletions(-) diff --git a/layout/html/document/src/ua.css b/layout/html/document/src/ua.css index 43fe0a694ee..ad18835caf9 100644 --- a/layout/html/document/src/ua.css +++ b/layout/html/document/src/ua.css @@ -333,8 +333,6 @@ IFRAME { } INPUT { vertical-align: bottom; - font-family: "XXXHACK"; - font-size: 100pt; } SELECT { vertical-align: bottom; @@ -347,6 +345,4 @@ OPTION { } TEXTAREA { vertical-align: bottom; - font-family: "XXXHACK"; - font-size: 100pt; } diff --git a/layout/style/ua.css b/layout/style/ua.css index 43fe0a694ee..ad18835caf9 100644 --- a/layout/style/ua.css +++ b/layout/style/ua.css @@ -333,8 +333,6 @@ IFRAME { } INPUT { vertical-align: bottom; - font-family: "XXXHACK"; - font-size: 100pt; } SELECT { vertical-align: bottom; @@ -347,6 +345,4 @@ OPTION { } TEXTAREA { vertical-align: bottom; - font-family: "XXXHACK"; - font-size: 100pt; }