Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
courses
Commits
39bbcb4f
Commit
39bbcb4f
authored
Jun 10, 2019
by
Laurent Heirendt
✈
Browse files
minor changes and fontawesome
parent
bc7721ee
Changes
4
Hide whitespace changes
Inline
Side-by-side
2019/2019-06-11_gitTraining/theme/css/style.css
View file @
39bbcb4f
.reveal
a
:not
(
.image
)
{
.reveal
a
:not
(
.image
)
{
line-height
:
1.3em
;
}
.reveal
{
...
...
@@ -179,4 +179,5 @@ body {
color
:
#fff
;
background-color
:
#fff
;
padding
:
5px
;
}
\ No newline at end of file
}
2019/2019-06-11_gitTraining/theme/package.json
deleted
100644 → 0
View file @
bc7721ee
{
"name"
:
"template"
,
"version"
:
"0.0.1"
,
"private"
:
true
,
"devDependencies"
:
{
"grunt"
:
"~0.4.1"
,
"grunt-coffeelint"
:
"0.0.7"
,
"grunt-contrib-connect"
:
"~0.5.0"
,
"grunt-contrib-copy"
:
"~0.4.1"
,
"grunt-contrib-jshint"
:
"~0.7.0"
,
"grunt-contrib-sass"
:
"^1.0.0"
,
"grunt-contrib-watch"
:
"~0.5.3"
,
"grunt-gh-pages"
:
"~0.9.0"
,
"load-grunt-tasks"
:
"~0.2.0"
},
"engines"
:
{
"node"
:
">=0.8.0"
},
"scripts"
:
{
"test"
:
"grunt test"
}
}
2019/2019-06-11_gitTraining/theme/reveal.js/css/reveal.scss
View file @
39bbcb4f
...
...
@@ -6,7 +6,6 @@
* Copyright (C) 2019 Hakim El Hattab, http://hakim.se
*/
/*********************************************
* GLOBAL STYLES
*********************************************/
...
...
2019/2019-06-11_gitTraining/theme/templates/_index.html
View file @
39bbcb4f
...
...
@@ -23,12 +23,9 @@
document
.
write
(
'
<link rel="stylesheet" href="theme/reveal.js/css/print/
'
+
(
window
.
location
.
search
.
match
(
/print-pdf/gi
)
?
'
pdf
'
:
'
paper
'
)
+
'
.css" type="text/css" media="print">
'
);
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"slides/img/favicon.ico"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//fonts.googleapis.com/css?family=Lato"
/>
<link
href=
"https://use.fontawesome.com/releases/v5.0.7/css/all.css"
rel=
"stylesheet"
crossorigin=
"anonymous"
>
</head>
<body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment