style changes for the gallery
This commit is contained in:
parent
8771a6d9a4
commit
9c3215ab02
@ -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>
|
||||
|
||||
@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user