Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Courses
Linux Advanced
Deploy in Cloud
Commits
1d923866
Verified
Commit
1d923866
authored
Nov 11, 2019
by
Roberto Bochet
Browse files
Change padding to margin in image and add shadow
parent
6a3c1be0
Changes
1
Hide whitespace changes
Inline
Side-by-side
poul/css/poul.css
View file @
1d923866
...
...
@@ -299,13 +299,12 @@ body {
/*********************************************
* IMAGES
*********************************************/
.reveal
section
img
{
.reveal
img
{
max-width
:
67%
;
padd
in
g
:
4
%
;
marg
in
:
2
%
;
}
.reveal
section
img
.plain
{
.reveal
img
.plain
{
border
:
0
;
box-shadow
:
none
;
}
...
...
@@ -322,6 +321,10 @@ body {
box-shadow
:
0
0
20px
rgba
(
0
,
0
,
0
,
0.55
);
}
.reveal
img
.shadow
{
box-shadow
:
5px
5px
8px
#000
;
}
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
...
...
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