From 04ca90d1da0ee5e74cee8dd72dead29d28b0db16 Mon Sep 17 00:00:00 2001 From: kipp Date: Thu, 7 May 1998 00:06:15 +0000 Subject: [PATCH] Updated style sheet --- layout/html/document/src/ua.css | 11 ++++++++++- layout/style/ua.css | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/layout/html/document/src/ua.css b/layout/html/document/src/ua.css index 52aee014ca93..406812d9195d 100644 --- a/layout/html/document/src/ua.css +++ b/layout/html/document/src/ua.css @@ -111,7 +111,6 @@ A:active IMG { border: 2px solid lime; text-decoration: underline } A:out-of-date IMG { border: 2px solid red; text-decoration: underline } IMG { border-style: solid; border-color: blue; } -//INPUT { border-style: solid; border-color: blue; } //---------------------------------------------------------------------- // The real stuff @@ -128,6 +127,16 @@ BR { color: cyan; } +INPUT { + vertical-align: bottom; +} +SELECT { + vertical-align: bottom; +} +TEXTAREA { + vertical-align: bottom; +} + // Block tags ADDRESS { display: block; diff --git a/layout/style/ua.css b/layout/style/ua.css index 52aee014ca93..406812d9195d 100644 --- a/layout/style/ua.css +++ b/layout/style/ua.css @@ -111,7 +111,6 @@ A:active IMG { border: 2px solid lime; text-decoration: underline } A:out-of-date IMG { border: 2px solid red; text-decoration: underline } IMG { border-style: solid; border-color: blue; } -//INPUT { border-style: solid; border-color: blue; } //---------------------------------------------------------------------- // The real stuff @@ -128,6 +127,16 @@ BR { color: cyan; } +INPUT { + vertical-align: bottom; +} +SELECT { + vertical-align: bottom; +} +TEXTAREA { + vertical-align: bottom; +} + // Block tags ADDRESS { display: block;