Skip to content

Commit cdddfeb

Browse files
committed
tweaks to formatting
1 parent 44c3bcd commit cdddfeb

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

coder-base/apps/eyeball/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"created": "2013-03-15",
3-
"modified": "2013-06-25",
3+
"modified": "2013-06-26",
44
"color": "#f39c12",
55
"author": "Justin Windle",
66
"name": "Eyeball",

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-25",
3+
"modified": "2013-06-26",
44
"color": "#d977d4",
55
"author": "Jason Striegel",
66
"name": "Hello Coder",

coder-base/apps/space_rocks_/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"created": "2013-03-12",
3-
"modified": "2013-06-25",
3+
"modified": "2013-06-26",
44
"color": "#3498d8",
55
"author": "Justin Windle",
66
"name": "Space Rocks!",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ html, body {
7676
background: #111111;
7777
height: 50%;
7878
width: 50%;
79-
}
79+
}
80+

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ <h1>Hello Coder</h1>
3434
</body>
3535
</html>
3636

37+
3738
<!--
3839
3940
Hello Coder!
@@ -81,6 +82,3 @@ <h1> is a tag for a heading. It starts with <h1> and ends with
8182

8283

8384

84-
85-
86-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ <h3>High Scores</h3>
6868

6969
</div>
7070
</body>
71-
</html>
71+
</html>

0 commit comments

Comments
 (0)