Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
repanier
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chris
repanier
Commits
a484c5c6
Commit
a484c5c6
authored
May 14, 2017
by
Patrick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
On XS, do not automatically display menu on mouse over
parent
ae152ab0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
repanier/static/css/custom.css
repanier/static/css/custom.css
+5
-3
No files found.
repanier/static/css/custom.css
View file @
a484c5c6
...
...
@@ -96,9 +96,11 @@ body > .container {
code
{
font-size
:
80%
;
}
/* automaticaly display menu on mouse over */
ul
.nav
li
.dropdown
:hover
>
ul
.dropdown-menu
{
display
:
block
;
@media
(
min-width
:
767px
)
{
/* automatically display menu on mouse over if not xs */
ul
.nav
li
.dropdown
:hover
>
ul
.dropdown-menu
{
display
:
block
;
}
}
a
.skip_link
{
...
...
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