Skip to content

Commit ee48b8f

Browse files
author
Ritvik Rao
committed
left justified headers
1 parent bbd3c90 commit ee48b8f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Steps to obtain a local copy of the website for updating:
2121
$ cd charmweb
2222
$ var/lib/gems/1.8/bin/nanoc compile
2323

24+
Note that the directory where the nanoc executable is stored may be different than this.
25+
2426
- Start a local server (port will print to screeen):
2527

2628
$ /var/lib/gems/1.8/bin/nanoc view

content/assets/charmwebsite.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ BIG.XHUGE { font-size : xx-large }
1919
h1 { color: #7b2e2e; margin: 2px auto; text-align:center; }
2020
h2 { color: #7b2e2e; padding: 8pt; }
2121
h3 { padding: 5pt; }
22-
h4 { padding: 3pt; }
22+
h4 { padding: 3pt; }
23+
h5 { padding: 3pt; }
2324

2425
/* Remove the annoying underlines, but still keep it accessible */
2526
a { text-decoration: none; }
@@ -58,6 +59,7 @@ body {
5859
#splashscreen h2 { font-size: 300%; margin-bottom:2px; padding:2px; }
5960
#splashscreen h3 { font-size: 150%; margin-top:2px; padding:2px; }
6061
#splashscreen h4 { font-size: 125%; margin:2px auto; color:#006600; text-align: center; }
62+
#splashscreen h5 { font-size: 125%; margin:2px auto; color:#006600; text-align: left; }
6163
#keytraits {
6264
list-style-type: none;
6365
-moz-column-count: 3; -webkit-column-count: 3; column-count: 3;

layouts/homepage.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h2>Charm++</h2> <!-- should this be replaced with the logo?-->
113113
<h3>parallel programming framework</h3>
114114
<ul id="keytraits">
115115
<li>
116-
<h4>migratable objects</h4>
116+
<h5>migratable objects</h5>
117117
<p>
118118
Use our unified data / task parallel model.
119119
Express parallelism in terms of interacting collections of objects.
@@ -123,7 +123,7 @@ <h4>migratable objects</h4>
123123
</p>
124124
</li>
125125
<li>
126-
<h4>asynchronous methods</h4>
126+
<h5>asynchronous methods</h5>
127127
<p>Communication is as simple as invoking methods on remote objects.
128128
Get zero-effort overlap of your computation with your communication.
129129
Define your own serializable data or message types.
@@ -132,7 +132,7 @@ <h4>asynchronous methods</h4>
132132
</p>
133133
</li>
134134
<li>
135-
<h4>adaptive runtime system</h4>
135+
<h5>adaptive runtime system</h5>
136136
<p>Allow our intelligent runtime system to orchestrate execution.
137137
You design and decompose the parallel algorithm; the runtime
138138
observes and optimizes performance. Win-Win!

0 commit comments

Comments
 (0)