1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

If style authors want to, they can show a feed icon for every forum enabled to show feeds.

This is commented out by default

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10030 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2009-08-20 12:20:37 +00:00
parent 38fcaaf1d2
commit ae3555f651
4 changed files with 12 additions and 0 deletions

View File

@@ -244,6 +244,10 @@
left: 0;
}
.rtl a.feed-icon-forum {
float: left;
}
/**
* content.css
*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 996 B

View File

@@ -205,3 +205,9 @@ a.right:hover {
left: -999px;
width: 990px;
}
/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
float: right;
margin: 3px;
}