diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-07-26 22:07:06 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-07-26 22:07:06 -0400 |
commit | 0381e564603f5b4786c06f945c2af0f6bdf06a9f (patch) | |
tree | 21d56aab6dd5c28e379f4c577c0fd8d6ab364caf | |
parent | 5eae98a453ef768b8e36ae2d3c20338e80055532 (diff) |
give news some space at bottom
-rwxr-xr-x | index.html | 11 | ||||
-rwxr-xr-x | style.css | 7 |
2 files changed, 12 insertions, 6 deletions
@@ -26,8 +26,8 @@ | |||
26 | <div id="content"> | 26 | <div id="content"> |
27 | <h2>Welcome</h2><img src="group_dresden_small.jpg" alt="Left Align" class="left" height="145" width="200" /> | 27 | <h2>Welcome</h2><img src="group_dresden_small.jpg" alt="Left Align" class="left" height="145" width="200" /> |
28 | <p>Hello and welcome to the homepage of the Real-Time Systems group at <a href="http://www.cs.unc.edu">The University of North Carolina at Chapel Hill</a>. Here you can find information on our group, important dates, information about our current projects (including our <a href="http://www.cs.unc.edu/~anderson/litmus-rt/">LITMUS<sup>RT</sup></a> system), and photos from conferences.</p> | 28 | <p>Hello and welcome to the homepage of the Real-Time Systems group at <a href="http://www.cs.unc.edu">The University of North Carolina at Chapel Hill</a>. Here you can find information on our group, important dates, information about our current projects (including our <a href="http://www.cs.unc.edu/~anderson/litmus-rt/">LITMUS<sup>RT</sup></a> system), and photos from conferences.</p> |
29 | <hr /> | 29 | <div id="news" class="news"> |
30 | <div id="news" style="clear: both;"> | 30 | <hr /> |
31 | <h2>News</h2> | 31 | <h2>News</h2> |
32 | <div class="newsitem"> | 32 | <div class="newsitem"> |
33 | <p class="date">August 2009</p> | 33 | <p class="date">August 2009</p> |
@@ -41,10 +41,11 @@ | |||
41 | </div> | 41 | </div> |
42 | </div> | 42 | </div> |
43 | </div> | 43 | </div> |
44 | <div id="footer"> | ||
45 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0</a> | Copyright © UNC | Based on a Design by Aaron Block</p> | ||
46 | </div> | ||
47 | </div> | 44 | </div> |
45 | <div id="footer"> | ||
46 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0</a> | Copyright © UNC | Based on a Design by Aaron Block</p> | ||
47 | </div> | ||
48 | |||
48 | </div> | 49 | </div> |
49 | </body> | 50 | </body> |
50 | </html> | 51 | </html> |
@@ -218,6 +218,11 @@ border-bottom: 1px solid #DDDDDD;*/ | |||
218 | font-style: italic; | 218 | font-style: italic; |
219 | } | 219 | } |
220 | 220 | ||
221 | .news { | ||
222 | margin-top: 20pt; | ||
223 | margin-bottom: 30pt; | ||
224 | } | ||
225 | |||
221 | #news p { | 226 | #news p { |
222 | margin: 0; | 227 | margin: 0; |
223 | } | 228 | } |
@@ -259,7 +264,7 @@ tr.heading { | |||
259 | /**************** footer styles ****************/ | 264 | /**************** footer styles ****************/ |
260 | 265 | ||
261 | #footer { | 266 | #footer { |
262 | margin-top: 60pt; | 267 | margin-top: 300pt; |
263 | padding-top: 0px; | 268 | padding-top: 0px; |
264 | padding-bottom: 0px; | 269 | padding-bottom: 0px; |
265 | padding-left: 2px; | 270 | padding-left: 2px; |