Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Fritz
adapt4finf
Commits
df6d8497
Commit
df6d8497
authored
Jul 24, 2014
by
Fjen Undso
Browse files
adapt.css: fix banner padding on desktop
parent
648e7484
Changes
1
Hide whitespace changes
Inline
Side-by-side
adapt.css
View file @
df6d8497
...
@@ -220,10 +220,9 @@ will disappear and the Side Menu for larger displays will be visible.
...
@@ -220,10 +220,9 @@ will disappear and the Side Menu for larger displays will be visible.
/* Hide the menu at `48em`, but modify this based on your app's needs. */
/* Hide the menu at `48em`, but modify this based on your app's needs. */
@media
(
min-width
:
48em
)
{
@media
(
min-width
:
48em
)
{
#menu
.sidesearch
{
display
:
none
;
}
#menu
.sidesearch
{
display
:
none
;
}
#wikilogo
{
padding-left
:
1em
;
text-align
:
left
;
}
#wikilogo
{
text-align
:
left
;}
a
#banner
{
a
#banner
{
background
:
url(/pub/skins/adapt4finf/finf-luh-desktop.png)
no-repeat
;
background
:
url(/pub/skins/adapt4finf/finf-luh-desktop.png)
no-repeat
;
display
:
inline-block
;
width
:
900px
;
width
:
900px
;
height
:
100px
;
height
:
100px
;
}
}
...
...
Write
Preview
Supports
Markdown
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