diff options
author | Bjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu> | 2007-12-07 12:24:37 -0500 |
---|---|---|
committer | Bjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu> | 2007-12-07 12:24:37 -0500 |
commit | 51bb2b5c504698990c382cdd6ba09028893ec2bf (patch) | |
tree | 09391216173242ba493e421b3a4fcf752bf3cf9d /inc | |
parent | db4b13d3a32f020780cc76e1268bcdd11ad03431 (diff) |
xhtml strict fixes
Diffstat (limited to 'inc')
-rw-r--r-- | inc/format.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/inc/format.css b/inc/format.css index abb5c20..a658c17 100644 --- a/inc/format.css +++ b/inc/format.css | |||
@@ -121,6 +121,13 @@ table { | |||
121 | margin-left: 1cm; | 121 | margin-left: 1cm; |
122 | } | 122 | } |
123 | 123 | ||
124 | .nav { | ||
125 | width: 8.5in; | ||
126 | margin-top: 0cm; | ||
127 | margin-left: 1cm; | ||
128 | text-align: center; | ||
129 | } | ||
130 | |||
124 | 131 | ||
125 | .authors { | 132 | .authors { |
126 | margin-top: 0.75cm; | 133 | margin-top: 0.75cm; |
@@ -212,6 +219,7 @@ h3 { | |||
212 | } | 219 | } |
213 | 220 | ||
214 | .logobox { | 221 | .logobox { |
222 | text-align: center; | ||
215 | width: 8.5in; | 223 | width: 8.5in; |
216 | margin-left: 1cm; | 224 | margin-left: 1cm; |
217 | margin-bottom: 1.0cm; | 225 | margin-bottom: 1.0cm; |