Skip to content

Commit d1a972f

Browse files
committed
copy/style updates
1 parent 25dfb26 commit d1a972f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

coder-base/apps/hello_coder/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"created": "2013-05-08",
3-
"modified": "2013-06-18",
3+
"modified": "2013-06-25",
44
"color": "#d977d4",
55
"author": "Jason Striegel",
66
"name": "Hello Coder",

coder-base/static/apps/hello_coder/css/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ affects spacing.
8181
*/
8282
p {
8383
width: 100%;
84-
margin-top: 50px;
84+
margin-top: 15px;
85+
margin-bottom: 10px;
8586
font-size: 28px;
8687
line-height: 28px;
8788
font-weight: bold;

coder-base/views/apps/hello_coder/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
<canvas id="animation"></canvas>
2828
<div class="pagecontent">
2929
<h1>Hello Coder</h1>
30-
<p>Click the edit button "&lt;/&gt;" to edit me.</p>
30+
<p>Get started with Coder by exploring this app.
31+
<p>Click the edit button "&lt;/&gt;" to dive in.</p>
3132
<p>It's at the top right.</p>
3233
</div>
3334
</body>

0 commit comments

Comments
 (0)