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
Tatuya Kamada
gitlab-ce
Commits
651f4c8e
Commit
651f4c8e
authored
Sep 06, 2016
by
ubudzisz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove css selectors
parent
790d7cce
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
+10
-11
app/assets/stylesheets/framework/sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+0
-11
app/assets/stylesheets/pages/builds.scss
app/assets/stylesheets/pages/builds.scss
+10
-0
No files found.
app/assets/stylesheets/framework/sidebar.scss
View file @
651f4c8e
...
@@ -226,14 +226,3 @@ header.header-pinned-nav {
...
@@ -226,14 +226,3 @@ header.header-pinned-nav {
.right-sidebar
{
.right-sidebar
{
border-left
:
1px
solid
$border-color
;
border-left
:
1px
solid
$border-color
;
}
}
.js-build-variable
{
color
:
$code-color
;
}
.js-build-value
{
padding
:
2px
4px
;
font-size
:
100%
;
color
:
$black
;
background-color
:
$white-light
;
}
app/assets/stylesheets/pages/builds.scss
View file @
651f4c8e
...
@@ -115,6 +115,16 @@
...
@@ -115,6 +115,16 @@
width
:
100%
;
width
:
100%
;
}
}
.js-build-variable
{
color
:
$code-color
;
}
.js-build-value
{
padding
:
2px
4px
;
color
:
$black
;
background-color
:
$white-light
;
}
.build-sidebar-header
{
.build-sidebar-header
{
padding
:
0
$gl-padding
$gl-padding
;
padding
:
0
$gl-padding
$gl-padding
;
...
...
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