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
iv
gitlab-ce
Commits
9720240b
Commit
9720240b
authored
Mar 09, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increate default font-size from 13 to 14px
parent
86a17390
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
12 additions
and
25 deletions
+12
-25
app/assets/stylesheets/base/variables.scss
app/assets/stylesheets/base/variables.scss
+1
-1
app/assets/stylesheets/generic/common.scss
app/assets/stylesheets/generic/common.scss
+1
-1
app/assets/stylesheets/generic/markdown_area.scss
app/assets/stylesheets/generic/markdown_area.scss
+0
-2
app/assets/stylesheets/generic/nav_sidebar.scss
app/assets/stylesheets/generic/nav_sidebar.scss
+1
-1
app/assets/stylesheets/pages/commit.scss
app/assets/stylesheets/pages/commit.scss
+0
-9
app/assets/stylesheets/pages/commits.scss
app/assets/stylesheets/pages/commits.scss
+1
-0
app/assets/stylesheets/pages/events.scss
app/assets/stylesheets/pages/events.scss
+2
-2
app/assets/stylesheets/pages/help.scss
app/assets/stylesheets/pages/help.scss
+0
-2
app/assets/stylesheets/pages/issues.scss
app/assets/stylesheets/pages/issues.scss
+1
-0
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+1
-0
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+4
-7
No files found.
app/assets/stylesheets/base/variables.scss
View file @
9720240b
...
@@ -3,7 +3,7 @@ $hover: #FFF3EB;
...
@@ -3,7 +3,7 @@ $hover: #FFF3EB;
$box_bg
:
#F9F9F9
;
$box_bg
:
#F9F9F9
;
$gl-link-color
:
#446e9b
;
$gl-link-color
:
#446e9b
;
$nprogress-color
:
#c0392b
;
$nprogress-color
:
#c0392b
;
$gl-font-size
:
1
3
px
;
$gl-font-size
:
1
4
px
;
$list-font-size
:
15px
;
$list-font-size
:
15px
;
$sidebar_width
:
230px
;
$sidebar_width
:
230px
;
$avatar_radius
:
50%
;
$avatar_radius
:
50%
;
...
...
app/assets/stylesheets/generic/common.scss
View file @
9720240b
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
.slead
{
.slead
{
color
:
#666
;
color
:
#666
;
font-size
:
1
4
px
;
font-size
:
1
5
px
;
margin-bottom
:
12px
;
margin-bottom
:
12px
;
font-weight
:
normal
;
font-weight
:
normal
;
line-height
:
24px
;
line-height
:
24px
;
...
...
app/assets/stylesheets/generic/markdown_area.scss
View file @
9720240b
...
@@ -57,7 +57,6 @@
...
@@ -57,7 +57,6 @@
border
:
1px
solid
#ddd
;
border
:
1px
solid
#ddd
;
min-height
:
100px
;
min-height
:
100px
;
padding
:
5px
;
padding
:
5px
;
font-size
:
14px
;
box-shadow
:
none
;
box-shadow
:
none
;
}
}
...
@@ -83,7 +82,6 @@
...
@@ -83,7 +82,6 @@
border
:
1px
solid
#ddd
;
border
:
1px
solid
#ddd
;
min-height
:
100px
;
min-height
:
100px
;
padding
:
5px
;
padding
:
5px
;
font-size
:
14px
;
box-shadow
:
none
;
box-shadow
:
none
;
width
:
100%
;
width
:
100%
;
}
}
app/assets/stylesheets/generic/nav_sidebar.scss
View file @
9720240b
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
.collapse-nav
a
{
.collapse-nav
a
{
position
:
fixed
;
position
:
fixed
;
top
:
4
7
px
;
top
:
4
6
px
;
padding
:
5px
13px
3px
13px
;
padding
:
5px
13px
3px
13px
;
left
:
197px
;
left
:
197px
;
background
:
#EEE
;
background
:
#EEE
;
...
...
app/assets/stylesheets/pages/commit.scss
View file @
9720240b
...
@@ -45,15 +45,6 @@
...
@@ -45,15 +45,6 @@
}
}
}
}
.commit-committer-link
,
.commit-author-link
{
font-size
:
13px
;
color
:
#555
;
&
:hover
{
color
:
#999
;
}
}
.commit-box
{
.commit-box
{
margin
:
10px
0
;
margin
:
10px
0
;
border-top
:
1px
solid
#ddd
;
border-top
:
1px
solid
#ddd
;
...
...
app/assets/stylesheets/pages/commits.scss
View file @
9720240b
...
@@ -100,6 +100,7 @@ li.commit {
...
@@ -100,6 +100,7 @@ li.commit {
.commit-row-info
{
.commit-row-info
{
color
:
#777
;
color
:
#777
;
line-height
:
24px
;
line-height
:
24px
;
font-size
:
13px
;
a
{
a
{
color
:
#777
;
color
:
#777
;
...
...
app/assets/stylesheets/pages/events.scss
View file @
9720240b
...
@@ -53,6 +53,7 @@
...
@@ -53,6 +53,7 @@
}
}
}
}
.event-body
{
.event-body
{
font-size
:
13px
;
margin-left
:
35px
;
margin-left
:
35px
;
margin-right
:
80px
;
margin-right
:
80px
;
color
:
#777
;
color
:
#777
;
...
@@ -184,11 +185,10 @@
...
@@ -184,11 +185,10 @@
}
}
.event_filter
{
.event_filter
{
li
a
{
li
a
{
font-size
:
13px
;
padding
:
5px
10px
;
padding
:
5px
10px
;
background
:
rgba
(
0
,
0
,
0
,
0
.045
);
background
:
rgba
(
0
,
0
,
0
,
0
.045
);
margin-left
:
4px
;
margin-left
:
4px
;
}
}
}
}
app/assets/stylesheets/pages/help.scss
View file @
9720240b
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
color
:
#888
;
color
:
#888
;
a
{
a
{
font-size
:
14px
;
margin-right
:
3px
;
margin-right
:
3px
;
}
}
}
}
...
@@ -29,7 +28,6 @@
...
@@ -29,7 +28,6 @@
th
{
th
{
padding-top
:
15px
;
padding-top
:
15px
;
font-size
:
14px
;
line-height
:
1
.5
;
line-height
:
1
.5
;
color
:
#333
;
color
:
#333
;
text-align
:
left
text-align
:
left
...
...
app/assets/stylesheets/pages/issues.scss
View file @
9720240b
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
.issue-info
{
.issue-info
{
color
:
#999
;
color
:
#999
;
font-size
:
13px
;
}
}
.issue-check
{
.issue-check
{
...
...
app/assets/stylesheets/pages/merge_requests.scss
View file @
9720240b
...
@@ -96,6 +96,7 @@
...
@@ -96,6 +96,7 @@
.merge-request-info
{
.merge-request-info
{
color
:
#999
;
color
:
#999
;
font-size
:
13px
;
.merge-request-labels
{
.merge-request-labels
{
display
:
inline-block
;
display
:
inline-block
;
...
...
app/assets/stylesheets/pages/notes.scss
View file @
9720240b
...
@@ -38,13 +38,11 @@ ul.notes {
...
@@ -38,13 +38,11 @@ ul.notes {
.author
{
.author
{
color
:
#333
;
color
:
#333
;
font-weight
:
bold
;
font-weight
:
bold
;
font-size
:
14px
;
&
:hover
{
&
:hover
{
color
:
$gl-link-color
;
color
:
$gl-link-color
;
}
}
}
}
.author-username
{
.author-username
{
font-size
:
14px
;
}
}
}
}
...
@@ -57,9 +55,6 @@ ul.notes {
...
@@ -57,9 +55,6 @@ ul.notes {
.note
{
.note
{
display
:
block
;
display
:
block
;
position
:relative
;
position
:relative
;
.attachment
{
font-size
:
14px
;
}
.note-body
{
.note-body
{
overflow
:
auto
;
overflow
:
auto
;
.note-text
{
.note-text
{
...
@@ -184,6 +179,7 @@ ul.notes {
...
@@ -184,6 +179,7 @@ ul.notes {
margin-left
:
-60px
;
margin-left
:
-60px
;
position
:
absolute
;
position
:
absolute
;
z-index
:
10
;
z-index
:
10
;
width
:
32px
;
transition
:
all
0
.2s
ease
;
transition
:
all
0
.2s
ease
;
...
@@ -192,8 +188,9 @@ ul.notes {
...
@@ -192,8 +188,9 @@ ul.notes {
filter
:
alpha
(
opacity
=
0
);
filter
:
alpha
(
opacity
=
0
);
&
:hover
{
&
:hover
{
font-size
:
24px
;
width
:
38px
;
background
:
$gl-primary
;
font-size
:
20px
;
background
:
$gl-info
;
color
:
#FFF
;
color
:
#FFF
;
@include
show-add-diff-note
;
@include
show-add-diff-note
;
}
}
...
...
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