Issue information
-
#035794
-
Fixed
-
3.3.0 Beta 1
-
3.3.0 Beta 1
-
0 - None Assigned
Issue Confirmations
-
Yes (0)No (0)
The post icons directory is still present and populated with 330. 
The only references I can easily spot in the code are in the skin xml and a bit in the rtl css really:
core_root_css.xml
ipb_rtl.css
Not sure if (1) the actual directory should be present in this build and (2) if those references should still be there...
The only references I can easily spot in the code are in the skin xml and a bit in the rtl css really:
core_root_css.xml
fieldset.with_subhead #post_icons {
border: 0;
margin-left: 326px;
}
fieldset.with_subhead #post_icons li {
margin-right: 15px;
margin-bottom: 6px;
float: left;
}
ipb_rtl.css
fieldset.with_subhead #post_icons {
border: 0;
margin-right: 326px;
margin-left:0px;
}
fieldset.with_subhead #post_icons li {
margin-left: 15px;
margin-bottom: 6px;
float: right;
}
Not sure if (1) the actual directory should be present in this build and (2) if those references should still be there...
1 user(s) are reading this issue
0 members, 1 guests, 0 anonymous users











