Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
36e6e0ae
Commit
36e6e0ae
authored
Jul 31, 2017
by
Aria Givi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "funktionierendes dropdown mit css, styles muessen noch angepasst werden."
This reverts commit
a2757948
parent
a37aefc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
43 deletions
+0
-43
resources/views/layouts/staticPages.blade.php
resources/views/layouts/staticPages.blade.php
+0
-43
No files found.
resources/views/layouts/staticPages.blade.php
View file @
36e6e0ae
...
...
@@ -29,49 +29,6 @@
@endif
</head>
<body>
<style>
nav
ul
{
padding
:
0
;
margin
:
0
;
list-style
:
none
;
position
:
relative
;
}
nav
ul
li
{
display
:
inline-block
;
background-color
:
#E64A19
;
}
/* Hide Dropdowns by Default */
nav
ul
ul
{
display
:
none
;
position
:
absolute
;
top
:
60px
;
/* the height of the main nav */
}
/* Display Dropdowns on Hover */
nav
ul
li
:hover
>
ul
{
display
:
inherit
;
}
/* Fisrt Tier Dropdown */
nav
ul
ul
li
{
width
:
170px
;
float
:
none
;
display
:
list-item
;
position
:
relative
;
}
/* Second, Third and more Tiers */
nav
ul
ul
ul
li
{
position
:
relative
;
top
:
-60px
;
left
:
170px
;
}
</style>
<header>
@yield('homeIcon')
<nav
id=
"navbar-static-pages"
class=
"navbar-resultpage"
>
...
...
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