summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-04-02 18:13:23 +0000
committerJames Bursa <james@netsurf-browser.org>2004-04-02 18:13:23 +0000
commit18cfe064beb1bd1d0d5d4be12554a2933c009472 (patch)
treed9f42d6d47b382e6fb11a6c10e5ece4c8ab132fb /!NetSurf
parentc38ea1026a8d743d53681f22b75e965592718ca0 (diff)
downloadnetsurf-18cfe064beb1bd1d0d5d4be12554a2933c009472.tar.gz
netsurf-18cfe064beb1bd1d0d5d4be12554a2933c009472.tar.bz2
[project @ 2004-04-02 18:13:23 by bursa]
Experimental work on frames. svn path=/import/netsurf/; revision=703
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/Resources/CSS,f798
1 files changed, 4 insertions, 4 deletions
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;