From 919805da51f243482475d06cce998c2c6390e9e2 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 20 Feb 2004 00:42:36 +0000 Subject: [project @ 2004-02-20 00:42:36 by bursa] Partial implementation of collapsing margins. svn path=/import/netsurf/; revision=561 --- !NetSurf/Resources/CSS,f79 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '!NetSurf') diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79 index 81b3f211b..c269ebde9 100644 --- a/!NetSurf/Resources/CSS,f79 +++ b/!NetSurf/Resources/CSS,f79 @@ -35,6 +35,8 @@ a:link { color: #00f; text-decoration: underline; } th { font-weight: bold; } td { text-align: left; } +p { margin-top: 1em; margin-bottom: 1em; } + /* kludge until this gets implemented */ dl, ul, ol { padding-left: 0.5em; } li, dd { padding-left: 1em; margin-bottom: 0.3em; } @@ -44,7 +46,7 @@ hr { background-color: #000; height: 1px; } center { text-align: center; } small { font-size: smaller; } big { font-size: larger; } -select, input { background-color: #eeb; color: #000; width: 10em; height: 2em; +select, input { background-color: #eeb; color: #000; width: 10em; height: 2em; text-align: left;} textarea { background-color: #eeb; color: #000; text-align: left; } input[type=button], input[type=image], input[type=reset], input[type=submit], -- cgit v1.2.3