mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +00:00
Finish new home page of organization
This commit is contained in:
parent
7af7584d25
commit
5fbf8531e6
27 changed files with 445 additions and 142 deletions
|
@ -50,6 +50,11 @@ img.avatar-48{
|
|||
height: 48px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
img.avatar-100{
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#wrapper {
|
||||
padding: 0;
|
||||
margin: 0 0 -55px 0;
|
||||
|
@ -242,4 +247,7 @@ clear: both;
|
|||
}
|
||||
.text-grey {
|
||||
color: #999999;
|
||||
}
|
||||
.text-black {
|
||||
color: #444444;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue