Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
f96a584d
Commit
f96a584d
authored
May 04, 2018
by
IKEDA Soji
Browse files
Insignificant bug in F6: .top-bar-left is always 100% even if in desktop mode.
parent
a0866a01
Changes
1
Hide whitespace changes
Inline
Side-by-side
default/web_tt2/css.tt2
View file @
f96a584d
...
...
@@ -2159,6 +2159,10 @@ nav menu button{
.top-bar menu ul li a {
line-height: inherit;
}
[%# Bug: .top-bar-left is always 100% even if in desktop mode. ~%]
.top-bar .medium-2 {
width: 16.66667%;
}
[%#
Prevent spacing between items of top bar with inline-block rendering.
Foundation 5 used list-item so that such spaces were not rendered.
...
...
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