Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
team-presentation
Commits
28d6a777
Commit
28d6a777
authored
Nov 09, 2017
by
Hakim El Hattab
Browse files
Merge branch 'update-css' of
https://github.com/sfairchild/reveal.js
into dev
parents
afce29d7
f9a4a270
Changes
12
Show whitespace changes
Inline
Side-by-side
css/theme/beige.css
View file @
28d6a777
...
...
@@ -156,7 +156,8 @@ body {
box-shadow
:
0px
0px
6px
rgba
(
0
,
0
,
0
,
0.3
);
}
.reveal
code
{
font-family
:
monospace
;
}
font-family
:
monospace
;
text-transform
:
none
;
}
.reveal
pre
code
{
display
:
block
;
...
...
css/theme/black.css
View file @
28d6a777
...
...
@@ -152,7 +152,8 @@ body {
box-shadow
:
0px
0px
6px
rgba
(
0
,
0
,
0
,
0.3
);
}
.reveal
code
{
font-family
:
monospace
;
}
font-family
:
monospace
;
text-transform
:
none
;
}
.reveal
pre
code
{
display
:
block
;
...
...
css/theme/blood.css
View file @
28d6a777
...
...
@@ -155,7 +155,8 @@ body {
box-shadow
:
0px
0px
6px
rgba
(
0
,
0
,
0
,
0.3
);
}
.reveal
code
{
font-family
:
monospace
;
}
font-family
:
monospace
;
text-transform
:
none
;
}
.reveal
pre
code
{
display
:
block
;
...
...
css/theme/league.css
View file @
28d6a777
...
...
@@ -158,7 +158,8 @@ body {
box-shadow
:
0px
0px
6px
rgba
(
0
,
0
,
0
,
0.3
);
}
.reveal
code
{
font-family
:
monospace
;
}
font-family
:
monospace
;
text-transform
:
none
;
}
.reveal
pre
code
{
display
:
block
;
...
...
css/theme/moon.css
View file @
28d6a777
...
...
@@ -156,7 +156,8 @@ body {
box-shadow
:
0px
0px
6px
rgba
(
0
,
0
,
0
,
0.3
);
}
.reveal
code
{
font-family
:
monospace
;
}
font-family
:
monospace
;
text-transform
:
none
;
}
.reveal
pre
code
{
display
:
block
;
...
...
css/theme/night.css
View file @
28d6a777
...
...
@@ -150,7 +150,8 @@ body {
box-shadow
:
0px
0px
6px
rgba
(
0
,
0
,
0
,
0.3
);
}
.reveal
code
{
font-family
:
monospace
;
}
font-family
:
monospace
;
text-transform
:
none
;
}
.reveal
pre
code
{
display
:
block
;
...
...
css/theme/serif.css
View file @
28d6a777
...
...
@@ -152,7 +152,8 @@ body {
box-shadow
:
0px
0px
6px
rgba
(
0
,
0
,
0
,
0.3
);
}
.reveal
code
{
font-family
:
monospace
;
}
font-family
:
monospace
;
text-transform
:
none
;
}
.reveal
pre
code
{
display
:
block
;
...
...
css/theme/simple.css
View file @
28d6a777
...
...
@@ -155,7 +155,8 @@ body {
box-shadow
:
0px
0px
6px
rgba
(
0
,
0
,
0
,
0.3
);
}
.reveal
code
{
font-family
:
monospace
;
}
font-family
:
monospace
;
text-transform
:
none
;
}
.reveal
pre
code
{
display
:
block
;
...
...
css/theme/sky.css
View file @
28d6a777
...
...
@@ -159,7 +159,8 @@ body {
box-shadow
:
0px
0px
6px
rgba
(
0
,
0
,
0
,
0.3
);
}
.reveal
code
{
font-family
:
monospace
;
}
font-family
:
monospace
;
text-transform
:
none
;
}
.reveal
pre
code
{
display
:
block
;
...
...
css/theme/solarized.css
View file @
28d6a777
...
...
@@ -156,7 +156,8 @@ body {
box-shadow
:
0px
0px
6px
rgba
(
0
,
0
,
0
,
0.3
);
}
.reveal
code
{
font-family
:
monospace
;
}
font-family
:
monospace
;
text-transform
:
none
;
}
.reveal
pre
code
{
display
:
block
;
...
...
css/theme/template/theme.scss
View file @
28d6a777
...
...
@@ -169,8 +169,10 @@ body {
box-shadow
:
0px
0px
6px
rgba
(
0
,
0
,
0
,
0
.3
);
}
.reveal
code
{
font-family
:
monospace
;
text-transform
:
none
;
}
.reveal
pre
code
{
...
...
css/theme/white.css
View file @
28d6a777
...
...
@@ -152,7 +152,8 @@ body {
box-shadow
:
0px
0px
6px
rgba
(
0
,
0
,
0
,
0.3
);
}
.reveal
code
{
font-family
:
monospace
;
}
font-family
:
monospace
;
text-transform
:
none
;
}
.reveal
pre
code
{
display
:
block
;
...
...
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