style changes for the gallery

This commit is contained in:
messerbill 2013-05-26 19:57:50 +02:00
parent 8771a6d9a4
commit 9c3215ab02
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<div style="margin-left: auto; margin-right: auto; text-align: center;">
<div style="margin-left: auto; margin-right: auto; text-align: center; border-radius: 5px;">
${danube_page_certificates}
</div>

View File

@ -8,6 +8,14 @@
<style>
#galleria{ width: 800px; height: 600px; background: #FFF }
</style>
<style type="text/css">
div
{
border-radius: 5px;
}
</style>
</head>
<!--<body style="background: #3366CC;"> -->
<body style="background: #6699FF;">