Skip to content

Explain disj #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
d7c6c78
Refactor to define tutorial in single HTML page and generate metadata…
ray1729 Jun 29, 2014
70a58b7
Increase max-defs limit on the sandbox.
ray1729 Jun 29, 2014
edd4e3a
Increase width.
ray1729 Jun 29, 2014
3c4d180
More content.
ray1729 Jun 29, 2014
4833184
CSS tweaks
ray-metail Jul 1, 2014
488e227
Strip whitespace around code blocks; add more content.
ray-metail Jul 8, 2014
00ffe5b
More content.
ray-metail Jul 8, 2014
a295c53
Update links
ray-metail Jul 8, 2014
791e732
Almost done...
ray-metail Jul 9, 2014
e6e12a4
Minor tweaks
ray-metail Jul 9, 2014
5b06fb7
Bump dependency versions; minor corrections to tutorial text.
ray1729 Jul 9, 2014
80ba840
Log page views.
ray1729 Jul 9, 2014
3a4d023
Store logs in subdir.
ray-metail Jul 10, 2014
7341460
EC2 setup notes added to README
ray-metail Jul 10, 2014
32e18a0
Add EC2 URL to README
ray-metail Jul 10, 2014
746aff3
Moved buttons to less prominent position
MrJaba Jul 10, 2014
3fa20bb
Added in tutorial button
MrJaba Jul 10, 2014
d3ccf3c
Added slightly darker background to non evaluatable code
MrJaba Jul 10, 2014
7cce47f
added explanation of 'for' and fixed partition typo
Jul 10, 2014
f015849
Merge pull request #1 from MrJaba/move_buttons
ray1729 Jul 10, 2014
ee9d576
Merge pull request #3 from MrJaba/background_css_change
ray1729 Jul 10, 2014
d7055c8
Merge pull request #4 from jat45/master
ray1729 Jul 10, 2014
dd43215
Fix markdown.
ray1729 Jul 10, 2014
183febc
Distinguish original from extended online versions.
ray1729 Jul 10, 2014
a005086
Specify cell-index function better.
ray1729 Jul 10, 2014
38f2bb5
More explanation of recur.
ray1729 Jul 10, 2014
5e5f5d2
More explanation of for.
ray1729 Jul 11, 2014
58b542f
Add missing bracket to example.
ray-metail Jul 11, 2014
89b6714
Merge pull request #2 from MrJaba/tutorial_button
ray1729 Jul 11, 2014
a14e0d2
Style tweaks
ray-metail Jul 11, 2014
30fec79
Address Jim's comments.
ray1729 Jul 12, 2014
60ce0b1
Added in tutorial button
MrJaba Jul 10, 2014
59892e7
More explanation of for.
ray1729 Jul 11, 2014
6b71f19
Add missing bracket to example.
ray-metail Jul 11, 2014
1b30ed4
Style tweaks
ray-metail Jul 11, 2014
9d6837a
Address Jim's comments.
ray1729 Jul 12, 2014
e04fba5
Intro expanded, signposting
jimdowning Jul 12, 2014
070e794
More content
ray1729 Jul 12, 2014
52b7c4f
Merge pull request #6 from jimdowning/master
ray1729 Jul 12, 2014
b3c7f95
Merge
ray1729 Jul 12, 2014
46cf8ac
Fix layout, linkify links.
ray1729 Jul 12, 2014
2cdf9d3
CSS for changer ul
ray1729 Jul 12, 2014
9831c94
Fix typos and formatting.
ray1729 Jul 12, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CSS for changer ul
  • Loading branch information
ray1729 committed Jul 12, 2014
commit 2cdf9d38c49f73201e19212589825f54f7f81790
8 changes: 8 additions & 0 deletions resources/public/css/tryclojure.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ table.bottom {
color: #555;
}

#changer ul {
background: transparent;
line-height: 1.5em;
font-family: Arial, serif;
font-size: 14px;
color: #555;
}

#changer code {
background-color: #eee;
border: 1px solid #aaa;
Expand Down