fix notification page

git-svn-id: http://piwigo.org/svn/trunk@11182 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2011-06-01 09:29:22 +00:00
parent d5731e1ab7
commit 22e394c148
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -15,6 +15,7 @@
<h2>{'Notification'|@translate}</h2>
</div>
<div class="notification">
<p>{'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'|@translate}</p>
<dl>
@@ -25,4 +26,5 @@
<a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a>
</dt>
</dl>
</div>
</div>
+4
View File
@@ -112,6 +112,10 @@
padding: 0 0 3px;
}
.content .notification {
padding:0 25px;
}
/* actions */
.categoryActions {
margin: 0 2px;