Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
4ac8e0e9
Commit
4ac8e0e9
authored
Mar 27, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'unused-sidebar-styles' into 'master'
remove some unused sidebar styles See merge request !10200
parents
b83bc417
8bf55be9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
38 deletions
+0
-38
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+0
-8
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+0
-16
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+0
-14
No files found.
app/assets/stylesheets/framework/header.scss
View file @
4ac8e0e9
...
...
@@ -263,14 +263,6 @@ header {
}
}
.page-sidebar-pinned.right-sidebar-expanded
{
@media
(
max-width
:
$screen-md-max
)
{
.header-content
.title
{
width
:
300px
;
}
}
}
@media
(
max-width
:
$screen-xs-max
)
{
header
.container-fluid
{
font-size
:
18px
;
...
...
app/assets/stylesheets/pages/notes.scss
View file @
4ac8e0e9
...
...
@@ -243,22 +243,6 @@ ul.notes {
}
}
.page-sidebar-pinned.right-sidebar-expanded
{
@media
(
max-width
:
$screen-md-max
)
{
.note-header
{
.note-headline-light
{
display
:
block
;
}
.note-actions
{
position
:
absolute
;
right
:
0
;
top
:
0
;
}
}
}
}
// Diff code in discussion view
.discussion-body
.diff-file
{
.file-title
{
...
...
app/assets/stylesheets/pages/projects.scss
View file @
4ac8e0e9
...
...
@@ -477,20 +477,6 @@ a.deploy-project-label {
}
}
.page-sidebar-pinned
{
.project-stats
.nav
>
li
.right
{
@media
(
min-width
:
$screen-lg-min
)
{
float
:
none
;
}
}
.download-button
{
@media
(
min-width
:
$screen-lg-min
)
{
margin-left
:
0
;
}
}
}
.project-stats
{
font-size
:
0
;
text-align
:
center
;
...
...
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