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
Fachrat Informatik
adapt4finf
Commits
ffe46a87
Commit
ffe46a87
authored
Aug 08, 2014
by
Fjen Undso
Browse files
adapt.css: remove left 1px border on mobile view
parent
3c3cf16b
Changes
1
Hide whitespace changes
Inline
Side-by-side
adapt.css
View file @
ffe46a87
...
...
@@ -128,7 +128,6 @@ appears on the left side of the page.
overflow-y
:
auto
;
-webkit-overflow-scrolling
:
touch
;
background
:
#eaeaea
;
border-right
:
1px
solid
#ccc
;
}
/* Sidebar headings */
/* All anchors inside the menu should be styled like this. */
...
...
@@ -234,7 +233,7 @@ will disappear and the Side Menu for larger displays will be visible.
.content
{
padding-left
:
2em
;
padding-right
:
2em
;
}
/* width of the left (menu) column */
#layout
{
padding-left
:
175px
;
left
:
0
;
}
#menu
{
left
:
175px
;
}
#menu
{
left
:
175px
;
border-right
:
1px
solid
#ccc
;
}
.menu-link
{
position
:
fixed
;
left
:
175px
;
display
:
none
;
}
...
...
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