From 18cfe064beb1bd1d0d5d4be12554a2933c009472 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 2 Apr 2004 18:13:23 +0000 Subject: [project @ 2004-04-02 18:13:23 by bursa] Experimental work on frames. svn path=/import/netsurf/; revision=703 --- !NetSurf/Resources/CSS,f79 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '!NetSurf/Resources') diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79 index 76dcec9cf..51bd3f80f 100644 --- a/!NetSurf/Resources/CSS,f79 +++ b/!NetSurf/Resources/CSS,f79 @@ -7,7 +7,7 @@ hr, menu, pre { display: block } em, i, q, s, strong, u, font, span, var { display: inline } */ li { display: /* list-item */ block } -head { display: none } +head, noframes { display: none } table { display: table } tr { display: table-row } thead { display: table-header-group } @@ -47,12 +47,12 @@ center { text-align: center; } small { font-size: smaller; } big { font-size: larger; } input { background-color: #fff; color: #000; width: 10em; - height: 1.5em; text-align: left; border-width: 1px; + height: 1.5em; text-align: left; border-width: 1px; border-color: #000; border-style: solid; } select { background-color: #ddd; color: #000; width: 10em; - height: 1.5em; text-align: left; border-width: medium; + height: 1.5em; text-align: left; border-width: medium; border-color: #aaa #eee #eee #aaa; border-style: inset; } -textarea { background-color: #fff; color: #000; text-align: left; +textarea { background-color: #fff; color: #000; text-align: left; border-width: 1px; border-color: #000; border-style: solid; } input[type=button], input[type=reset], input[type=submit], button { background-color: #ddd; color: #000; width: auto; -- cgit v1.2.3