Ajout d'un CSS pour centrer les barres de progrès
This commit is contained in:
parent
bfa57e3fc8
commit
9c7c0d78f8
1 changed files with 13 additions and 0 deletions
13
css/base.css
13
css/base.css
|
|
@ -193,6 +193,19 @@ figcaption {
|
||||||
line-height: 0.5em;
|
line-height: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#progress {
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#gauge-bar {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fundraising-bar {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background: #ffffff1f;
|
background: #ffffff1f;
|
||||||
padding: 0.2em 0.4em;
|
padding: 0.2em 0.4em;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue