GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
gitbucket_jkp
Browse code
Fix presentation.
master
1 parent
3ea102e
commit
fd0169d0124cb58b9afae2ca0e623ac8510438ac
takezoe
authored
on 16 Aug 2013
Patch
Unified
Split
Showing
2 changed files
+0
-2
■
■
■■■
src/main/twirl/account/repositories.scala.html
+0
-5
■
■
■
■
■
src/main/webapp/assets/common/css/gitbucket.css
Ignore Space
Show notes
View
2
■
■
■■■
src/main/twirl/account/repositories.scala.html
} else {
@repositories.map { repository =>
<div
class
=
"block"
>
<div
class
=
"block-header"
>
<a
href
=
"@url(repository.owner)"
>
@repository.owner
</a>
/
<a
href
=
"@url(repository)"
>
@repository.name
</a>
@if(repository.repository.isPrivate){
<i
class
=
"icon-lock"
></i>
}
Ignore Space
Show notes
View
5
■
■
■
■
■
src/main/webapp/assets/common/css/gitbucket.css
font
-
size
:
large
;
margin
-
bottom
:
10px
;
}
div
.
head a
{
font
-
weight
:
bold
;
}
div
.
head div
.
forked
{
font
-
size
:
60
%;
color
:
#999999;
}
div
.
head div
.
forked a
{
font
-
weight
:
normal
;
}
div
.
container
{
width
:
920px
;
}
Show line notes below