summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2009-07-26 22:07:06 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2009-07-26 22:07:06 -0400
commit0381e564603f5b4786c06f945c2af0f6bdf06a9f (patch)
tree21d56aab6dd5c28e379f4c577c0fd8d6ab364caf
parent5eae98a453ef768b8e36ae2d3c20338e80055532 (diff)
give news some space at bottom
-rwxr-xr-xindex.html11
-rwxr-xr-xstyle.css7
2 files changed, 12 insertions, 6 deletions
diff --git a/index.html b/index.html
index c358444..98bf86f 100755
--- a/index.html
+++ b/index.html
@@ -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>
diff --git a/style.css b/style.css
index ba48cc3..6316551 100755
--- a/style.css
+++ b/style.css
@@ -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;