mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 11:05:48 +02:00
stylesheet: nicer margins for body, open links in new tab
This commit is contained in:
parent
b3d97fba40
commit
a34532200b
@ -8,9 +8,10 @@ body {
|
||||
color: #545353;
|
||||
color: #005A92;
|
||||
background: #B0BEC7;
|
||||
padding: 20px;
|
||||
}
|
||||
#content {
|
||||
margin: 20px auto;
|
||||
margin: 0 auto;
|
||||
max-width: 1200px;
|
||||
background: #fff;
|
||||
padding: 20px 30px;
|
||||
|
@ -62,8 +62,8 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<p id="Footer" class="expl">Generated by Silverstripe
|
||||
<a href="https://github.com/silverstripe-labs/silverstripe-googlesitemaps" title="Silverstripe Googlesitemaps Module on Github">Googlesitemaps Module</a>
|
||||
<br />More information about XML sitemaps on <a href="http://sitemaps.org">sitemaps.org</a>.
|
||||
<a href="https://github.com/silverstripe-labs/silverstripe-googlesitemaps" target="_blank" title="Silverstripe Googlesitemaps Module on Github">Googlesitemaps Module</a>
|
||||
<br />More information about XML sitemaps on <a href="http://sitemaps.org" target="_blank">sitemaps.org</a>.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user