diff options
author | Bjoern Brandenburg <bbb@swan5.cs.unc.edu> | 2008-07-01 08:35:49 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@swan5.cs.unc.edu> | 2008-07-01 08:35:49 -0400 |
commit | d54fa76ba938a71cf6d53dd9b83453651f3011f5 (patch) | |
tree | 2fead112e99eb842883d068656b1ffe6e329fc3e | |
parent | eea295a7a14dec9f7d18d56f5d75563a10ddda06 (diff) |
nicer bx
-rw-r--r-- | inc/format.css | 10 | ||||
-rw-r--r-- | litmus2007.html | 20 |
2 files changed, 22 insertions, 8 deletions
diff --git a/inc/format.css b/inc/format.css index a658c17..3cf2edb 100644 --- a/inc/format.css +++ b/inc/format.css | |||
@@ -99,6 +99,16 @@ table { | |||
99 | margin-right : 6mm; | 99 | margin-right : 6mm; |
100 | } | 100 | } |
101 | 101 | ||
102 | .alertbox { | ||
103 | border-color: red; | ||
104 | border-width: 2px; | ||
105 | border-style: solid; | ||
106 | padding: 0.1in; | ||
107 | margin-left: 1in; | ||
108 | margin-right: 1in; | ||
109 | margin-bottom: 0.5in; | ||
110 | background-color: #ffffff; | ||
111 | } | ||
102 | 112 | ||
103 | .box { | 113 | .box { |
104 | width: 8.5in; | 114 | width: 8.5in; |
diff --git a/litmus2007.html b/litmus2007.html index aedc717..8f6198e 100644 --- a/litmus2007.html +++ b/litmus2007.html | |||
@@ -13,6 +13,17 @@ | |||
13 | <h1>LITMUS<sup>RT</sup> 2007 Series</h1> | 13 | <h1>LITMUS<sup>RT</sup> 2007 Series</h1> |
14 | </div> | 14 | </div> |
15 | 15 | ||
16 | <div class="alertbox"> | ||
17 | <p class="nomargin"> | ||
18 | <em><b>NOTE:</b> This web page talks about an older version of | ||
19 | LITMUS<sup>RT</sup>. Please use the | ||
20 | <a href="http://www.cs.unc.edu/~anderson/litmus-rt">current version</a> unless you | ||
21 | have specific interest in the 2007 series. | ||
22 | </em> | ||
23 | </p> | ||
24 | </div> | ||
25 | |||
26 | |||
16 | <div class="nav"> | 27 | <div class="nav"> |
17 | <p> | 28 | <p> |
18 | <a href="#about">about</a> - | 29 | <a href="#about">about</a> - |
@@ -26,14 +37,7 @@ | |||
26 | 37 | ||
27 | <h2 id="about">About</h2> | 38 | <h2 id="about">About</h2> |
28 | <div class="box"> | 39 | <div class="box"> |
29 | <p class="nomargin"> | 40 | <p class="notopmargin"> |
30 | <em><b>NOTE:</b> This web page talks about an older version of | ||
31 | LITMUS<sup>RT</sup>. Please use the | ||
32 | <a href="http://www.cs.unc.edu/~anderson/litmus-rt">current version</a> unless you | ||
33 | have specific interest in the 2007 series. | ||
34 | </em> | ||
35 | </p> | ||
36 | <p> | ||
37 | The LITMUS<sup>RT</sup> project is a soft real-time extension of the Linux | 41 | The LITMUS<sup>RT</sup> project is a soft real-time extension of the Linux |
38 | kernel with focus on multiprocessor real-time scheduling and | 42 | kernel with focus on multiprocessor real-time scheduling and |
39 | synchronization. The LITMUS<sup>RT</sup> 2007 series is based on Linux 2.6.20. | 43 | synchronization. The LITMUS<sup>RT</sup> 2007 series is based on Linux 2.6.20. |