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
6d651a02
Commit
6d651a02
authored
Sep 03, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase use of variables in css
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
1d6a65a2
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
28 additions
and
6 deletions
+28
-6
app/assets/stylesheets/base/mixins.scss
app/assets/stylesheets/base/mixins.scss
+1
-1
app/assets/stylesheets/generic/common.scss
app/assets/stylesheets/generic/common.scss
+1
-1
app/assets/stylesheets/generic/lists.scss
app/assets/stylesheets/generic/lists.scss
+14
-0
app/assets/stylesheets/pages/commits.scss
app/assets/stylesheets/pages/commits.scss
+3
-3
app/assets/stylesheets/pages/events.scss
app/assets/stylesheets/pages/events.scss
+8
-0
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+1
-1
No files found.
app/assets/stylesheets/base/mixins.scss
View file @
6d651a02
...
...
@@ -187,7 +187,7 @@
&
.light
{
a
{
color
:
#777
;
color
:
$gl-gray
;
}
}
}
...
...
app/assets/stylesheets/generic/common.scss
View file @
6d651a02
...
...
@@ -376,7 +376,7 @@ table {
list-style
:
none
;
text-align
:
center
;
margin-top
:
5px
;
margin-bottom
:
1
9
px
;
margin-bottom
:
1
8
px
;
height
:
60px
;
margin-top
:
-18px
;
padding-top
:
18px
;
...
...
app/assets/stylesheets/generic/lists.scss
View file @
6d651a02
...
...
@@ -109,3 +109,17 @@ ul.bordered-list {
li
.task-list-item
{
list-style-type
:
none
;
}
ul
.content-list
{
@include
basic-list
;
margin
:
0
;
padding
:
0
;
li
{
padding
:
18px
;
border-color
:
#f1f2f4
;
margin
:
0
-18px
;
}
}
app/assets/stylesheets/pages/commits.scss
View file @
6d651a02
...
...
@@ -52,7 +52,7 @@ li.commit {
}
.commit-row-message
{
color
:
#444
;
color
:
$gl-link-color
;
&
:hover
{
text-decoration
:
underline
;
...
...
@@ -88,12 +88,12 @@ li.commit {
}
.commit-row-info
{
color
:
#777
;
color
:
$gl-gray
;
line-height
:
24px
;
font-size
:
13px
;
a
{
color
:
#777
;
color
:
$gl-gray
;
}
.committed_ago
{
...
...
app/assets/stylesheets/pages/events.scss
View file @
6d651a02
...
...
@@ -14,6 +14,14 @@
position
:
relative
;
top
:
-2px
;
}
.event-title
{
line-height
:
44px
;
}
.event-item-timestamp
{
line-height
:
44px
;
}
}
a
{
...
...
app/assets/stylesheets/pages/projects.scss
View file @
6d651a02
...
...
@@ -184,7 +184,7 @@ ul.nav.nav-projects-tabs {
.breadcrumb.repo-breadcrumb
{
padding
:
0
;
line-height
:
34
px
;
line-height
:
42
px
;
background
:
white
;
border
:
none
;
font-size
:
16px
;
...
...
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