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 | |
parent | db4b13d3a32f020780cc76e1268bcdd11ad03431 (diff) |
xhtml strict fixes
-rw-r--r-- | inc/format.css | 8 | ||||
-rw-r--r-- | index.html | 4 |
2 files changed, 10 insertions, 2 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; |
@@ -9,7 +9,7 @@ | |||
9 | </head> | 9 | </head> |
10 | <body> | 10 | <body> |
11 | <!--<h1>LITMUS<sup>RT</sup>: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems</h1>--> | 11 | <!--<h1>LITMUS<sup>RT</sup>: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems</h1>--> |
12 | <div class="logobox" align="center"> | 12 | <div class="logobox"> |
13 | <img src="inc/litmusrt.png" alt="LITMUS^RT: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems" /> | 13 | <img src="inc/litmusrt.png" alt="LITMUS^RT: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems" /> |
14 | <p class="authors"> | 14 | <p class="authors"> |
15 | <a href="http://www.cs.unc.edu/~anderson/">Dr. James H. Anderson & | 15 | <a href="http://www.cs.unc.edu/~anderson/">Dr. James H. Anderson & |
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | </div> | 20 | </div> |
21 | 21 | ||
22 | <div class="boxsize" align="center"> | 22 | <div class="nav"> |
23 | <p> | 23 | <p> |
24 | <a href="#about">about</a> - | 24 | <a href="#about">about</a> - |
25 | <a href="#support">support</a> - | 25 | <a href="#support">support</a> - |