Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
48f3e5c8
Commit
48f3e5c8
authored
Oct 07, 2016
by
Karl
Browse files
Die Bilderergebnisse haben das Hoster Label jetzt bei :hover über dem Bild angezeigt
parent
19644608
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/css/styleResultPage.css
View file @
48f3e5c8
...
...
@@ -6,6 +6,17 @@
color
:
#FFFFFF
;
}
.hostlabel
{
display
:
none
;
position
:
relative
;
margin-top
:
-14px
;
background-color
:
#333
;
}
.img
:hover
.hostlabel
{
display
:
block
;
}
.row
{
margin
:
10px
15px
;
margin-top
:
0
;
...
...
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