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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
81a89f6a
Commit
81a89f6a
authored
May 15, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #822 from kugaevsky/activity_stream
Activity stream labels css fix
parents
fab42a61
451118f1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+6
-1
app/assets/stylesheets/gitlab_bootstrap.scss
app/assets/stylesheets/gitlab_bootstrap.scss
+1
-1
No files found.
app/assets/stylesheets/common.scss
View file @
81a89f6a
...
...
@@ -566,7 +566,12 @@ li.commit {
}
code
{
padding
:
0px
;
padding
:
2px
2px
0
;
margin-top
:
-2px
;
&
:hover
{
color
:
black
;
border
:
1px
solid
#ccc
;
}
}
}
p
.time
{
...
...
app/assets/stylesheets/gitlab_bootstrap.scss
View file @
81a89f6a
...
...
@@ -257,7 +257,7 @@ table.no-borders {
.event_label
{
background
:
#FCEEC1
;
padding
:
0
2px
;
padding
:
2px
2px
0
;
font-family
:
monospace
;
}
...
...
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