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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
646bad43
Commit
646bad43
authored
Oct 18, 2012
by
Riyad Preukschas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix styles
parent
3d019724
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
app/assets/stylesheets/sections/commits.scss
app/assets/stylesheets/sections/commits.scss
+8
-2
app/assets/stylesheets/sections/tree.scss
app/assets/stylesheets/sections/tree.scss
+9
-0
No files found.
app/assets/stylesheets/sections/commits.scss
View file @
646bad43
...
...
@@ -47,12 +47,15 @@
padding-left
:
32px
;
}
.author
,
.committer
{
.author
a
,
.committer
a
{
font-size
:
14px
;
line-height
:
22px
;
text-shadow
:
0
1px
1px
#fff
;
color
:
#777
;
&
:hover
{
color
:
#999
;
}
}
.avatar
{
...
...
@@ -227,6 +230,9 @@
.commit-author-name
{
color
:
#777
;
&
:hover
{
color
:
#999
;
}
}
}
...
...
app/assets/stylesheets/sections/tree.scss
View file @
646bad43
...
...
@@ -72,6 +72,15 @@
}
}
}
.blame
{
img
.avatar
{
border
:
0
none
;
float
:
none
;
margin
:
0
;
padding
:
0
;
}
}
}
.tree-btn-group
{
...
...
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