aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/brep-common.css27
-rw-r--r--www/submit.xhtml3
2 files changed, 28 insertions, 2 deletions
diff --git a/www/brep-common.css b/www/brep-common.css
index 1a90dda..edeed6c 100644
--- a/www/brep-common.css
+++ b/www/brep-common.css
@@ -9,6 +9,33 @@
}
/*
+ * Headings.
+ */
+h1
+{
+ font-weight: normal;
+ font-size: 2.074em;
+ line-height: 1.4em;
+ margin: 1.2em 0 .6em 0;
+}
+
+h2
+{
+ font-weight: normal;
+ font-size: 1.556em;
+ line-height: 1.4em;
+ margin: 1.2em 0 .6em 0;
+}
+
+h3
+{
+ font-weight: normal;
+ font-size: 1.3em;
+ line-height: 1.4em;
+ margin: 1.2em 0 .6em 0;
+}
+
+/*
* Form layout table.
*/
.form-table
diff --git a/www/submit.xhtml b/www/submit.xhtml
index 3a727b0..4a7ed50 100644
--- a/www/submit.xhtml
+++ b/www/submit.xhtml
@@ -11,8 +11,7 @@
<input type="file"
name="archive"
accept=".tar.gz"
- required=""
- autofocus=""/>
+ required=""/>
</td>
</tr>
<tr>