22 lines
212 B
CSS
22 lines
212 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;
|
|
}
|