mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Changed Member List number in Guilds (#10268)
* Updated README.md Added Team Name and Collaborators * Updated README.md * Changed Member List number in Guilds Changed Member List number in Guilds * remove habitica2.bat * Updated README.md
This commit is contained in:
committed by
Matteo Pagliazzi
parent
a2ee73a2e2
commit
cf274310a8
@@ -10,4 +10,3 @@ We need more programmers! Your assistance will be greatly appreciated.
|
|||||||
For an introduction to the technologies used and how the software is organized, refer to [Guidance for Blacksmiths](http://habitica.wikia.com/wiki/Guidance_for_Blacksmiths).
|
For an introduction to the technologies used and how the software is organized, refer to [Guidance for Blacksmiths](http://habitica.wikia.com/wiki/Guidance_for_Blacksmiths).
|
||||||
|
|
||||||
To set up a local install of Habitica for development and testing on various platforms, see [Setting up Habitica Locally](http://habitica.wikia.com/wiki/Setting_up_Habitica_Locally).
|
To set up a local install of Habitica for development and testing on various platforms, see [Setting up Habitica Locally](http://habitica.wikia.com/wiki/Setting_up_Habitica_Locally).
|
||||||
|
|
||||||
|
|||||||
@@ -104,12 +104,12 @@ router-link.card-link(:to="{ name: 'guild', params: { groupId: guild._id } }")
|
|||||||
.member-count {
|
.member-count {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -3.6em;
|
top: -3.6em;
|
||||||
font-size: 22px;
|
font-size: 18px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1.2;
|
line-height: 1.1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #b36213;
|
color: #b36213;
|
||||||
margin-top: 2.1em;
|
margin-top: 2.0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gem-bank {
|
.gem-bank {
|
||||||
|
|||||||
Reference in New Issue
Block a user