Released GLM 0.9.3.0

This commit is contained in:
Christophe Riccio
2012-01-10 00:47:18 +00:00
parent 1490f7e6e8
commit 3f83158d83
5 changed files with 89 additions and 34 deletions

View File

@@ -115,6 +115,36 @@ div.image
text-align:right;
}
div.post-image-white,
div.post-image-black
{
width:100%;
padding-top:32px;
padding-bottom:32px;
text-align:center;
margin-left:auto;
margin-right:auto;
/*border-radius:0px;*/
}
div.post-image-black
{
background-color:#000000;
}
div.post-image-white
{
background-color:#ffffff;
}
div.post-image-title
{
display:block;
font-style:italic;
text-align:center;
padding-bottom:32px;
}
img.menu-img
{
text-align:center;