Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
2
2015-12-uni-ffm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CmS
2015-12-uni-ffm
Commits
11ee006f
Commit
11ee006f
authored
13 years ago
by
Hakim El Hattab
Browse files
Options
Downloads
Patches
Plain Diff
slide with code is now editable, escaped unicode arrows
parent
60bf1978
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.html
+5
-5
5 additions, 5 deletions
index.html
with
5 additions
and
5 deletions
index.html
+
5
−
5
View file @
11ee006f
...
...
@@ -100,7 +100,7 @@
<section>
<h2>
Pretty Code
</h2>
<pre><code>
<pre><code
contenteditable
>
var supports3DTransforms = document.body.style['webkitPerspective'] !== undefined ||
document.body.style['MozPerspective'] !== undefined ||
document.body.style['perspective'] !== undefined;
...
...
@@ -169,10 +169,10 @@ linkify( 'a' );
</div>
<aside
class=
"controls"
>
<a
class=
"left"
href=
"#"
>
◄
</a>
<a
class=
"right"
href=
"#"
>
►
</a>
<a
class=
"up"
href=
"#"
>
▲
</a>
<a
class=
"down"
href=
"#"
>
▼
</a>
<a
class=
"left"
href=
"#"
>
◄
</a>
<a
class=
"right"
href=
"#"
>
►
</a>
<a
class=
"up"
href=
"#"
>
▲
</a>
<a
class=
"down"
href=
"#"
>
▼
</a>
</aside>
<script
src=
"js/reveal.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment