summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-05-28 16:58:47 -0700
committerMark Wells <mark@freeside.biz>2015-05-28 16:58:47 -0700
commitee2d87613c1720cdf4f97e2ee0dcc1f8dfa781ff (patch)
tree4e9b7bf7b966512e63b9b6faee5174cc02300d00 /httemplate/elements
parent7cd918b8463886744316e2f5b6fb75feefd184e7 (diff)
parent09ea69ac0a83cc40b02a722bc5a2baf7bd31a164 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/freeside.css9
-rw-r--r--httemplate/elements/header.html4
2 files changed, 11 insertions, 2 deletions
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index ebeee985d..1f51f51b9 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -3,6 +3,12 @@
/* font-family: Verdana, Arial, Helvetica, sans-serif; */
}
+h1 {
+ margin: 0;
+ padding: 0;
+ font-weight: normal;
+}
+
pre {
font-family: monospace;
}
@@ -172,10 +178,13 @@ div.fstabs {
div.fstabcontainer {
background-color:#ffffff;
padding:8px;
+ clear: left;
+/*
border-left:1px solid #7e0079;
border-right:1px solid #7e0079;
border-bottom:1px solid #7e0079;
border-top:1px solid #7e0079;
+*/
}
.fscontainer {
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html
index 858be71da..a9e74babf 100644
--- a/httemplate/elements/header.html
+++ b/httemplate/elements/header.html
@@ -161,9 +161,9 @@ Example:
%# page content starts here
<TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
- <FONT SIZE=6>
+ <H1>
<% $title_noescape || encode_entities($title) %>
- </FONT>
+ </H1>
% unless ( $nobr ) {
<BR><BR>