29 lines
313 B
CSS
29 lines
313 B
CSS
img{
|
|
margin-right :1em;
|
|
margin-bottom :1em;
|
|
vertical-align:middle
|
|
}
|
|
|
|
#content div.panel{
|
|
padding:1em;
|
|
}
|
|
|
|
h2 {
|
|
line-height:1.5em;
|
|
}
|
|
|
|
.thin{
|
|
font-weight:100;
|
|
}
|
|
|
|
th{
|
|
text-align:center;
|
|
}
|
|
|
|
#progressBar{
|
|
width:100%;
|
|
height:1rem;
|
|
border:0;
|
|
box-shadow:#888 2px 2px 1px 1px;
|
|
}
|