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:
@@ -244,6 +244,10 @@
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.rtl a.feed-icon-forum {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/**
|
||||
* content.css
|
||||
*/
|
||||
|
BIN
phpBB/styles/prosilver/theme/images/feed.gif
Normal file
BIN
phpBB/styles/prosilver/theme/images/feed.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 996 B |
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user