summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/CSS,f79
diff options
context:
space:
mode:
Diffstat (limited to '!NetSurf/Resources/CSS,f79')
-rw-r--r--!NetSurf/Resources/CSS,f794
1 files changed, 3 insertions, 1 deletions
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],