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
Léo-Paul Géneau
gitlab-ce
Commits
3d3c7efa
Commit
3d3c7efa
authored
Jan 15, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase font size for lists
parent
84e6fe36
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
6 deletions
+9
-6
app/assets/stylesheets/generic/lists.scss
app/assets/stylesheets/generic/lists.scss
+1
-2
app/assets/stylesheets/main/variables.scss
app/assets/stylesheets/main/variables.scss
+5
-0
app/assets/stylesheets/sections/commits.scss
app/assets/stylesheets/sections/commits.scss
+1
-2
app/assets/stylesheets/sections/issues.scss
app/assets/stylesheets/sections/issues.scss
+1
-1
app/assets/stylesheets/sections/merge_requests.scss
app/assets/stylesheets/sections/merge_requests.scss
+1
-1
No files found.
app/assets/stylesheets/generic/lists.scss
View file @
3d3c7efa
...
...
@@ -69,12 +69,11 @@
}
.well-title
{
font-size
:
14px
;
font-size
:
$list-font-size
;
line-height
:
18px
;
}
.row_title
{
font-weight
:
500
;
color
:
#444
;
&
:hover
{
color
:
#444
;
...
...
app/assets/stylesheets/main/variables.scss
View file @
3d3c7efa
...
...
@@ -47,3 +47,8 @@ $deleted: #f77;
* NProgress customize
*/
$nprogress-color
:
#c0392b
;
/**
* Font sizes
*/
$list-font-size
:
15px
;
app/assets/stylesheets/sections/commits.scss
View file @
3d3c7efa
...
...
@@ -139,7 +139,7 @@
*/
li
.commit
{
.commit-row-title
{
font-size
:
14px
;
font-size
:
$list-font-size
;
margin-bottom
:
2px
;
.notes_count
{
...
...
@@ -158,7 +158,6 @@ li.commit {
.commit-row-message
{
color
:
#333
;
font-weight
:
500
;
&
:hover
{
color
:
#444
;
text-decoration
:
underline
;
...
...
app/assets/stylesheets/sections/issues.scss
View file @
3d3c7efa
...
...
@@ -5,7 +5,7 @@
.issue-title
{
margin-bottom
:
5px
;
font-size
:
14px
;
font-size
:
$list-font-size
;
}
.issue-info
{
...
...
app/assets/stylesheets/sections/merge_requests.scss
View file @
3d3c7efa
...
...
@@ -88,7 +88,7 @@
.merge-request-title
{
margin-bottom
:
5px
;
font-size
:
14px
;
font-size
:
$list-font-size
;
}
.merge-request-info
{
...
...
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