Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Web-Comic-Reader
Commits
e40faf82
Commit
e40faf82
authored
Apr 21, 2017
by
afzafri
Browse files
only apply image css to the comic images
parent
15eeda65
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/css/styles.css
View file @
e40faf82
...
...
@@ -27,13 +27,13 @@ fieldset {
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.3
);
}
img
{
.
img
Url
{
float
:
center
;
height
:
200px
;
padding
:
5px
;
}
img
:hover
{
.
img
Url
:hover
{
-webkit-transform
:
scale
(
1.1
);
transform
:
scale
(
1.1
);
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment